http://www.mediawiki.org/wiki/Special:Code/MediaWiki/70025

Revision: 70025
Author:   siebrand
Date:     2010-07-27 18:34:37 +0000 (Tue, 27 Jul 2010)

Log Message:
-----------
Update single quotes to double quotes for consistency.

Modified Paths:
--------------
    trunk/phase3/languages/messages/MessagesEn.php

Modified: trunk/phase3/languages/messages/MessagesEn.php
===================================================================
--- trunk/phase3/languages/messages/MessagesEn.php      2010-07-27 18:33:04 UTC 
(rev 70024)
+++ trunk/phase3/languages/messages/MessagesEn.php      2010-07-27 18:34:37 UTC 
(rev 70025)
@@ -2720,9 +2720,9 @@
 # Delete
 'deletepage'             => 'Delete page',
 'confirm'                => 'Confirm',
-'excontent'              => "content was: '$1'",
-'excontentauthor'        => "content was: '$1' (and the only contributor was 
'[[Special:Contributions/$2|$2]]')",
-'exbeforeblank'          => "content before blanking was: '$1'",
+'excontent'              => "content was: \"$1\"",
+'excontentauthor'        => "content was: \"$1\" (and the only contributor was 
\"[[Special:Contributions/$2|$2]]\")",
+'exbeforeblank'          => "content before blanking was: \"$1\"",
 'exblank'                => 'page was empty',
 'delete-confirm'         => 'Delete "$1"',
 'delete-backlink'        => '← $1', # only translate this message to other 
languages if you have to change it
@@ -4070,9 +4070,9 @@
 
 # Auto-summaries
 'autosumm-blank'   => 'Blanked the page',
-'autosumm-replace' => "Replaced content with '$1'",
+'autosumm-replace' => "Replaced content with \"$1\"",
 'autoredircomment' => 'Redirected page to [[$1]]',
-'autosumm-new'     => "Created page with '$1'",
+'autosumm-new'     => "Created page with \"$1\"",
 
 # Autoblock whitelist
 'autoblock_whitelist' => 'AOL http://webmaster.info.aol.com/proxyinfo.html



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to