Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2152,9 +2152,9 @@ |
2153 | 2153 | It may be CGI-based and cannot support img_auth. |
2154 | 2154 | See http://www.mediawiki.org/wiki/Manual:Image_Authorization.', |
2155 | 2155 | 'img-auth-notindir' => 'Requested path is not in the configured upload directory.', |
2156 | | -'img-auth-badtitle' => 'Unable to construct a valid title from `$1`.', |
2157 | | -'img-auth-nologinnWL' => 'You are not logged in and `$1` not in whitelist.', |
2158 | | -'img-auth-nofile' => 'File `$1` does not exist.', |
| 2156 | +'img-auth-badtitle' => 'Unable to construct a valid title from "$1".', |
| 2157 | +'img-auth-nologinnWL' => 'You are not logged in and "$1" not in whitelist.', |
| 2158 | +'img-auth-nofile' => 'File "$1" does not exist.', |
2159 | 2159 | 'img-auth-isdir' => 'You are trying to access a directory "$1". |
2160 | 2160 | Only file access is allowed.', |
2161 | 2161 | 'img-auth-streaming' => 'Streaming "$1".', |