From a40f3b72886a37d672bcd34afc958a73a080a628 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sun, 30 May 2010 18:21:49 +0000 Subject: [PATCH] fixing messages of r67094. thanks to siebrand for these suggestions --- languages/messages/MessagesEn.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 73363cbd19..1cbe08abdf 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1554,23 +1554,21 @@ Please check the logs.', See the [[Special:IPBlockList|IP block list]] for the list of currently operational bans and blocks.', # SpecialRevisionMove // FIXME add to messages.inc -'moverevlogentry' => 'moved $3 revisions from $1 to $2', +'moverevlogentry' => 'moved {{PLURAL:$3|One revision|$3 revisions}} from $1 to $2', 'revisionmove' => 'Move revisions from "$1"', 'revisionmove-backlink' => '← $1', -'revmove-explain' => 'The following revisions will be moved from $1 to the specified target page. If the target doesn\'t exist, it is created. Otherwise, these revisions will be merged into the page history.', +'revmove-explain' => 'The following revisions will be moved from $1 to the specified target page. If the target does not exist, it is created. Otherwise, these revisions will be merged into the page history.', 'revmove-legend' => 'Set target page and summary', 'revmove-submit' => 'Move revisions to selected page', 'revisionmoveselectedversions' => 'Move selected revisions', -'revmove-reasonfield' => 'Summary and reason:', +'revmove-reasonfield' => 'Reason:', 'revmove-titlefield' => 'Target page:', 'revmove-badparam-title' => 'Bad parameters', 'revmove-badparam' => 'Your request contains illegal or insufficient parameters. Please hit "back" and try again.', 'revmove-norevisions-title' => 'Invalid target revision', -'revmove-norevisions' => 'You have either not specified a target revision(s) to perform this function or the specified revision does not exist.', +'revmove-norevisions' => 'You have not specified one or more target revisions to perform this function or the specified revision does not exist.', 'revmove-nullmove-title' => 'Bad title', 'revmove-nullmove' => 'Source and target page are identical. Please hit "back" and enter a page name different to "$1".', -'revmove-permissionerror-title' => 'Blub', -'revmove-permissionerror' => 'Bla', 'revmove-success-existing' => '{{PLURAL:$1|One revision from [[$2]] has|$1 revisions from [[$2]] have}} been moved to the existing page [[$3]].', 'revmove-success-created' => '{{PLURAL:$1|One revision from [[$2]] has|$1 revisions from [[$2]] have}} been moved to the newly created page [[$3]].', -- 2.20.1