From 1122f65d7246dc004edaf4aacdb7e381ac7225a0 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Thu, 13 Jul 2006 11:27:02 +0000 Subject: [PATCH] * Improve default value of "blockedtext" --- RELEASE-NOTES | 1 + languages/Messages.php | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index fa5eb7f52a..eb97d301a7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -65,6 +65,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 6660) Fix behaviour of EditPage::blockedPage() when the article does not exist; now doesn't show the source box if the user hasn't provided it (blocked mid-edit) and the page doesn't exist +* Improve default value of "blockedtext" == Languages updated == diff --git a/languages/Messages.php b/languages/Messages.php index e7783d29f9..2ca84c6379 100644 --- a/languages/Messages.php +++ b/languages/Messages.php @@ -466,13 +466,13 @@ format. Please enter a well-formatted address or empty that field.', 'missingsummary' => "'''Reminder:''' You have not provided an edit summary. If you click Save again, your edit will be saved without one.", 'missingcommenttext' => 'Please enter a comment below.', 'blockedtitle' => 'User is blocked', -'blockedtext' => 'Your user name or IP address has been blocked by $1. -The reason given is this:
\'\'$2\'\'
You may contact $1 or one of the other -[[{{ns:project}}:Administrators|administrators]] to discuss the block. +'blockedtext' => "'''Your user name or IP address has been blocked.''' -Note that you may not use the "e-mail this user" feature unless you have a valid e-mail address registered in your [[Special:Preferences|user preferences]]. +The block was made by $1. The reason given is ''$2''. -Your IP address is $3. Please include this address in any queries you make.', +You can contact $1 or another [[{{ns:project}}:Administrators|administrator]] to discuss the block. +You cannot use the 'email this user' feature unless a valid email address is specified in your +[[Special:Preferences|account preferences]]. Your current IP address is $3. Please include this in any queries.", 'blockedoriginalsource' => "The source of '''$1''' is shown below:", 'blockededitsource' => "The text of '''your edits''' to '''$1''' is shown below:", 'whitelistedittitle' => 'Login required to edit', -- 2.20.1