r49702 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49701‎ | r49702 | r49703 >
Date:16:09, 21 April 2009
Author:yaron
Status:deferred
Tags:
Comment:
Split name input into two messages
Modified paths:
  • /trunk/extensions/SemanticForms/specials/SF_CreateForm.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/specials/SF_CreateForm.php
@@ -140,7 +140,7 @@
141141 $mw_namespace_labels = $wgContLang->getNamespaces();
142142 $special_namespace = $mw_namespace_labels[NS_SPECIAL];
143143 $text .= ' <input type="hidden" name="title" value="' . $special_namespace . ':CreateForm">' . "\n";
144 - $text .= ' <p>' . wfMsg('sf_createform_nameinput') . ' <input size=25 name="form_name" value="' . $form_name . '">';
 144+ $text .= ' <p>' . wfMsg('sf_createform_nameinput') . ' ' . wfMsg('sf_createform_nameinputdesc') . ' <input size=25 name="form_name" value="' . $form_name . '">';
145145 if (! empty($form_name_error_str))
146146 $text .= ' <font color="red">' . $form_name_error_str . '</font>';
147147 $text .= "</p>\n";

Status & tagging log