From: Siebrand Mazeland Date: Fri, 4 Sep 2009 06:44:06 +0000 (+0000) Subject: Use consistent quotes in new messages (r55800) X-Git-Tag: 1.31.0-rc.0~39938 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=812dba4a92315c2250a2114e84a05b937f0d354e;p=lhc%2Fweb%2Fwiklou.git Use consistent quotes in new messages (r55800) --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index f2fa39445d..191598c903 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -2152,9 +2152,9 @@ Your server is not set up to pass this information. It may be CGI-based and cannot support img_auth. See http://www.mediawiki.org/wiki/Manual:Image_Authorization.', 'img-auth-notindir' => 'Requested path is not in the configured upload directory.', -'img-auth-badtitle' => 'Unable to construct a valid title from `$1`.', -'img-auth-nologinnWL' => 'You are not logged in and `$1` not in whitelist.', -'img-auth-nofile' => 'File `$1` does not exist.', +'img-auth-badtitle' => 'Unable to construct a valid title from "$1".', +'img-auth-nologinnWL' => 'You are not logged in and "$1" not in whitelist.', +'img-auth-nofile' => 'File "$1" does not exist.', 'img-auth-isdir' => 'You are trying to access a directory "$1". Only file access is allowed.', 'img-auth-streaming' => 'Streaming "$1".',