r55806 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55805‎ | r55806 | r55807 >
Date:06:44, 4 September 2009
Author:siebrand
Status:deferred
Tags:
Comment:
Use consistent quotes in new messages (r55800)
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -2152,9 +2152,9 @@
21532153 It may be CGI-based and cannot support img_auth.
21542154 See http://www.mediawiki.org/wiki/Manual:Image_Authorization.',
21552155 '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.',
21592159 'img-auth-isdir' => 'You are trying to access a directory "$1".
21602160 Only file access is allowed.',
21612161 'img-auth-streaming' => 'Streaming "$1".',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r55800bug 19646 Localization of img_auth.php - with enhancements...jdpond02:44, 4 September 2009

Status & tagging log