From 7a18123023ad5528a3baa9d03e9d65a533c00cfd Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 25 Mar 2008 17:28:03 +0000 Subject: [PATCH] Revert r32410, r32411, r32412 -- smart quotes infecting everything --- TitleBlacklist.i18n.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/TitleBlacklist.i18n.php b/TitleBlacklist.i18n.php index 62a7c547..19ff5600 100644 --- a/TitleBlacklist.i18n.php +++ b/TitleBlacklist.i18n.php @@ -11,12 +11,12 @@ $messages['en'] = array( 'titleblacklist-desc' => 'Allows to forbid creation of pages with specified titles: [[MediaWiki:Titleblacklist]] and [[MediaWiki:Titlewhitelist]]', 'titleblacklist' => "# This is a title blacklist. Titles that match a regex here cannot be created. -# Use “#” for comments. +# Use \"#\" for comments. ", - 'titlewhitelist' => "# This is a title whitelist. Use “#” for comments", - 'titleblacklist-forbidden-edit' => 'The title “$2” has been banned from creation. It matches the following blacklist entry: $1', - 'titleblacklist-forbidden-move' => '“$2” cannot be moved to “$3”, because the title “$3” has been banned from creation. It matches the following blacklist entry: $1', - 'titleblacklist-forbidden-upload' => 'The file name “$2” has been banned from creation. It matches the following blacklist entry: \$1', + 'titlewhitelist' => "# This is a title whitelist. Use \"#\" for comments", + 'titleblacklist-forbidden-edit' => 'The title "$2" has been banned from creation. It matches the following blacklist entry: $1', + 'titleblacklist-forbidden-move' => '"$2" cannot be moved to "$3", because the title "$3" has been banned from creation. It matches the following blacklist entry: $1', + 'titleblacklist-forbidden-upload' => 'The file name "$2" has been banned from creation. It matches the following blacklist entry: \$1', 'titleblacklist-invalid' => 'The following {{PLURAL:$1|line|lines}} in the title blacklist {{PLURAL:$1|is|are}} invalid; please correct {{PLURAL:$1|it|them}} before saving:', );