Index: trunk/extensions/SemanticForms/specials/SF_FormStart.php |
— | — | @@ -93,7 +93,7 @@ |
94 | 94 | $description = wfMsg('sf_formstart_noform_docu', $form_name); |
95 | 95 | else |
96 | 96 | $description = wfMsg('sf_formstart_docu', $form_name); |
97 | | - $button_text = wfMsg('createoredit'); |
| 97 | + $button_text = wfMsg('sf_formstart_createoredit'); |
98 | 98 | $text =<<<END |
99 | 99 | <form action="" method="post"> |
100 | 100 | <p>$description</p> |