Shirayuki has uploaded a new change for review. https://gerrit.wikimedia.org/r/90112
Change subject: Fix double-space in messages ...................................................................... Fix double-space in messages Change-Id: I5dbc0512b6447dfeb7c287e212245e86d105928b --- M languages/messages/MessagesEn.php 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/12/90112/1 diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 8d6557f..e247442 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -3323,8 +3323,8 @@ 'blockipsuccesssub' => 'Block succeeded', 'blockipsuccesstext' => '[[Special:Contributions/$1|$1]] has been blocked.<br /> 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 @@ '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 -- To view, visit https://gerrit.wikimedia.org/r/90112 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5dbc0512b6447dfeb7c287e212245e86d105928b Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Shirayuki <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
