From 0ff594eb8c802eab8f965fba46740a1114cc32fd Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Sun, 30 May 2010 18:56:20 +0000 Subject: [PATCH] Follow-up to r67099: fix case --- languages/messages/MessagesEn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 1cbe08abdf..4524fbce1d 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1554,7 +1554,7 @@ 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 {{PLURAL:$3|One revision|$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 does not exist, it is created. Otherwise, these revisions will be merged into the page history.', -- 2.20.1