r63516 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63515‎ | r63516 | r63517 >
Date:22:06, 9 March 2010
Author:yaron
Status:deferred
Tags:
Comment:
Fixed name of language value
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_ParserFunctions.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_ParserFunctions.php
@@ -318,7 +318,7 @@
319319 $str .= ' <input type="hidden" name="' . $key . '" value="' . $val . '">' . "\n";
320320 }
321321 wfLoadExtensionMessages('SemanticForms');
322 - $button_str = ($inButtonStr != '') ? $inButtonStr : wfMsg('createoredit');
 322+ $button_str = ($inButtonStr != '') ? $inButtonStr : wfMsg('sf_formstart_createoredit');
323323 if (empty($inAutocompletionSource)) {
324324 $str .= <<<END
325325 <input type="submit" value="$button_str"></p>

Status & tagging log