r63511 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63510‎ | r63511 | r63512 >
Date:21:38, 9 March 2010
Author:yaron
Status:deferred
Tags:
Comment:
Fixed name of language value
Modified paths:
  • /trunk/extensions/SemanticForms/specials/SF_FormStart.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/specials/SF_FormStart.php
@@ -93,7 +93,7 @@
9494 $description = wfMsg('sf_formstart_noform_docu', $form_name);
9595 else
9696 $description = wfMsg('sf_formstart_docu', $form_name);
97 - $button_text = wfMsg('createoredit');
 97+ $button_text = wfMsg('sf_formstart_createoredit');
9898 $text =<<<END
9999 <form action="" method="post">
100100 <p>$description</p>

Status & tagging log