r57354 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57353‎ | r57354 | r57355 >
Date:08:04, 4 October 2009
Author:raymond
Status:resolved (Comments)
Tags:
Comment:
Consistent wording: Replace "name" with "title"
Take "title" out of PLURAL: a page has 1 title only but we are moving $1 pages
Modified paths:
  • /trunk/extensions/ReplaceText/ReplaceText.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ReplaceText/ReplaceText.i18n.php
@@ -28,7 +28,7 @@
2929 'replacetext_nonamespace' => 'You must select at least one namespace.',
3030 'replacetext_editormove' => 'You must select at least one of the replacement options.',
3131 'replacetext_choosepagesforedit' => 'Replace "$1" with "$2" in the text of the following {{PLURAL:$3|page|pages}}:',
32 - 'replacetext_choosepagesformove' => 'Replace "$1" with "$2" in the {{PLURAL:$3|name of the following page|names of the following pages}}:',
 32+ 'replacetext_choosepagesformove' => 'Replace "$1" with "$2" in the title of the following {{PLURAL:$3|page|pages}}:',
3333 'replacetext_cannotmove' => 'The following {{PLURAL:$1|page|pages}} cannot be moved:',
3434 'replacetext_formovedpages' => 'For moved pages:',
3535 'replacetext_savemovedpages' => 'Save the old titles as redirects to the new titles',

Follow-up revisions

RevisionCommit summaryAuthorDate
r57382Fix grammar per Roan's CR in r57354.raymond13:52, 5 October 2009

Comments

#Comment by Catrope (talk | contribs)   10:45, 4 October 2009

The form you removed is actually grammatically correct in English.

#Comment by Raymond (talk | contribs)   13:54, 5 October 2009

Thanks. Fixed in r57382.

Status & tagging log