Index: trunk/extensions/SemanticForms/specials/SF_CreateForm.php |
— | — | @@ -140,7 +140,7 @@ |
141 | 141 | $mw_namespace_labels = $wgContLang->getNamespaces(); |
142 | 142 | $special_namespace = $mw_namespace_labels[NS_SPECIAL]; |
143 | 143 | $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 . '">'; |
145 | 145 | if (! empty($form_name_error_str)) |
146 | 146 | $text .= ' <font color="red">' . $form_name_error_str . '</font>'; |
147 | 147 | $text .= "</p>\n"; |