Index: trunk/extensions/SemanticForms/includes/SF_ParserFunctions.php |
— | — | @@ -318,7 +318,7 @@ |
319 | 319 | $str .= ' <input type="hidden" name="' . $key . '" value="' . $val . '">' . "\n"; |
320 | 320 | } |
321 | 321 | wfLoadExtensionMessages('SemanticForms'); |
322 | | - $button_str = ($inButtonStr != '') ? $inButtonStr : wfMsg('createoredit'); |
| 322 | + $button_str = ($inButtonStr != '') ? $inButtonStr : wfMsg('sf_formstart_createoredit'); |
323 | 323 | if (empty($inAutocompletionSource)) { |
324 | 324 | $str .= <<<END |
325 | 325 | <input type="submit" value="$button_str"></p> |