From c910c095cb114982a5f1557b8fd5d86f23d814ba Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Wed, 2 Jan 2008 02:08:32 +0000 Subject: [PATCH] Tweak message format: single quotes instead of double quotes now that all the ''' is gone. --- TitleBlacklist.i18n.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TitleBlacklist.i18n.php b/TitleBlacklist.i18n.php index 8d5facce..4f5ff994 100644 --- a/TitleBlacklist.i18n.php +++ b/TitleBlacklist.i18n.php @@ -12,9 +12,9 @@ $messages['en'] = array( "# This is a title blacklist. Titles that match a regex here cannot be created. # 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-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:', );