r63510 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63509‎ | r63510 | r63511 >
Date:21:37, 9 March 2010
Author:yaron
Status:deferred
Tags:
Comment:
Fixed PHP error, some slight wording changes
Modified paths:
  • /trunk/extensions/SemanticForms/languages/SF_Messages.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/languages/SF_Messages.php
@@ -81,10 +81,10 @@
8282 'formstart' => 'Start of form',
8383 'sf_formstart_badform' => 'Error: no form page was found at $1',
8484 'sf_formstart_badtitle' => 'Error: "$1" is an invalid title for a page.',
85 - 'sf_formstart_docu' => 'Enter the name of the page here, to be edited with the form "$1".
 85+ 'sf_formstart_docu' => 'Enter the name of a page here, to be edited with the form "$1".
8686 If this page already exists, you will be sent to the form for editing that page.
8787 Otherwise, you will be sent to the form for adding the page.',
88 - 'sf_formstart_noform_docu' => 'Enter the name of the page here, and select the form to edit it with.
 88+ 'sf_formstart_noform_docu' => 'Enter the name of a page here, and select the form to edit it with.
8989 If this page already exists, you will be sent to the form for editing that page.
9090 Otherwise, you will be sent to the form for adding the page.',
9191 'sf_formstart_createoredit' => 'Create or edit',
@@ -98,7 +98,6 @@
9999 'sf_viewform' => 'View form',
100100 'sf_editsource' => 'Edit source',
101101 'sf_formedit_edittitle' => 'Edit $1: $2',
102 -it should look like \'Special:EditData?form=<form name>&target=<target page>\', or \'Special:EditData/<form name>/<target page>\'.',
103102 'sf_formedit_morethanoneform' => "'''Warning:''' More than one default form is defined for this page.",
104103 'sf_formedit_formwarning' => 'Warning: This page <a href="$1">already exists</a>, but it does not use this form.',
105104 'sf_formedit_remove' => 'Remove',

Status & tagging log