From 4bf9d1c5fb5c2618654fbcf0b0266b8fdfedb987 Mon Sep 17 00:00:00 2001 From: shirayuki Date: Wed, 16 Oct 2013 22:10:02 +0900 Subject: [PATCH] Fix double-space in messages Change-Id: I5dbc0512b6447dfeb7c287e212245e86d105928b --- languages/messages/MessagesEn.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 8d6557f673..e247442023 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -3323,8 +3323,8 @@ Fill in a specific reason below (for example, citing particular pages that were 'blockipsuccesssub' => 'Block succeeded', 'blockipsuccesstext' => '[[Special:Contributions/$1|$1]] has been blocked.
See the [[Special:BlockList|block list]] to review blocks.', -'ipb-blockingself' => 'You are about to block yourself! Are you sure you want to do that?', -'ipb-confirmhideuser' => 'You are about to block a user with "hide user" enabled. This will suppress the user\'s name in all lists and log entries. Are you sure you want to do that?', +'ipb-blockingself' => 'You are about to block yourself! Are you sure you want to do that?', +'ipb-confirmhideuser' => 'You are about to block a user with "hide user" enabled. This will suppress the user\'s name in all lists and log entries. Are you sure you want to do that?', 'ipb-edit-dropdown' => 'Edit block reasons', 'ipb-unblock-addr' => 'Unblock $1', 'ipb-unblock' => 'Unblock a username or IP address', @@ -4622,7 +4622,7 @@ This confirmation code will expire at $4.', 'confirmrecreate' => "User [[User:$1|$1]] ([[User talk:$1|talk]]) deleted this page after you started editing with reason: : ''$2'' Please confirm that you really want to recreate this page.", -'confirmrecreate-noreason' => 'User [[User:$1|$1]] ([[User talk:$1|talk]]) deleted this page after you started editing. Please confirm that you really want to recreate this page.', +'confirmrecreate-noreason' => 'User [[User:$1|$1]] ([[User talk:$1|talk]]) deleted this page after you started editing. Please confirm that you really want to recreate this page.', 'recreate' => 'Recreate', 'unit-pixel' => 'px', # only translate this message to other languages if you have to change it -- 2.20.1