r84064 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84063‎ | r84064 | r84065 >
Date:22:54, 15 March 2011
Author:yaron
Status:deferred
Tags:
Comment:
Added new message, 'sf_formedit_createtitlenotarget'
Modified paths:
  • /trunk/extensions/SemanticForms/languages/SF_Messages.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/languages/SF_Messages.php
@@ -118,10 +118,11 @@
119119 'sf_formstart_createoredit' => 'Create or edit',
120120 'formedit' => 'Edit with form',
121121 'sf_formedit_createtitle' => 'Create $1: $2',
122 - 'sf_formedit_badurl' => 'This is the page for editing with a form. You must specify both a form name and a target page in the URL;
 122+ 'sf_formedit_createtitlenotarget' => 'Create $1',
 123+ 'sf_formedit_badurl' => 'This is the page for editing with a form. You must specify both a form name and a target page in the URL;
123124 it should look like \'Special:FormEdit?form=<form name>&target=<target page>\', or \'Special:FormEdit/<form name>/<target page>\'.',
124 - 'sf_formedit_altforms' => 'You can instead add this page with one of the following forms:',
125 - 'sf_formedit_altformsonly' => 'Please select from one of the following forms to add this page:',
 125+ 'sf_formedit_altforms' => 'You can instead add this page with one of the following forms:',
 126+ 'sf_formedit_altformsonly' => 'Please select from one of the following forms to add this page:',
126127 'sf_formcreate' => 'Create with form',
127128 'sf_viewform' => 'View form',
128129 'sf_editsource' => 'Edit source',