Shirayuki has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/85515


Change subject: Replace single to double-quotation marks
......................................................................

Replace single to double-quotation marks

Give grep a chance to find the usages

Change-Id: I95431f8e5cc684c322fdd7cda041388120b7c49b
---
M languages/Language.php
M languages/messages/MessagesEn.php
2 files changed, 9 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/15/85515/1

diff --git a/languages/Language.php b/languages/Language.php
index 356726f..20bef5d 100644
--- a/languages/Language.php
+++ b/languages/Language.php
@@ -2288,6 +2288,8 @@
                        // Timestamp within the past week: show the day of the 
week and time
                        $format = $this->getDateFormatString( 'time', 
$user->getDatePreference() ?: 'default' );
                        $weekday = self::$mWeekdayMsgs[$ts->timestamp->format( 
'w' )];
+                       // Messages:
+                       // sunday-at, monday-at, tuesday-at, wednesday-at, 
thursday-at, friday-at, saturday-at
                        $ts = wfMessage( "$weekday-at" )
                                ->inLanguage( $this )
                                ->params( $this->sprintfDate( $format, 
$ts->getTimestamp( TS_MW ) ) )
diff --git a/languages/messages/MessagesEn.php 
b/languages/messages/MessagesEn.php
index 75b2de9..3a68b82 100644
--- a/languages/messages/MessagesEn.php
+++ b/languages/messages/MessagesEn.php
@@ -1397,13 +1397,13 @@
 * Intended blockee: $7
 
 You can contact $1 or another [[{{MediaWiki:Grouppage-sysop}}|administrator]] 
to discuss the block.
-You cannot use the 'email this user' feature unless a valid email address is 
specified in your [[Special:Preferences|account preferences]] and you have not 
been blocked from using it.
+You cannot use the \"email this user\" feature unless a valid email address is 
specified in your [[Special:Preferences|account preferences]] and you have not 
been blocked from using it.
 Your current IP address is $3, and the block ID is #$5.
 Please include all above details in any queries you make.",
-'autoblockedtext'                  => 'Your IP address has been automatically 
blocked because it was used by another user, who was blocked by $1.
+'autoblockedtext'                  => "Your IP address has been automatically 
blocked because it was used by another user, who was blocked by $1.
 The reason given is:
 
-:\'\'$2\'\'
+:''$2''
 
 * Start of block: $8
 * Expiry of block: $6
@@ -1411,10 +1411,10 @@
 
 You may contact $1 or one of the other 
[[{{MediaWiki:Grouppage-sysop}}|administrators]] to discuss the block.
 
-Note that you may not use the "email this user" feature unless you have a 
valid email address registered in your [[Special:Preferences|user preferences]] 
and you have not been blocked from using it.
+Note that you may not use the \"email this user\" feature unless you have a 
valid email address registered in your [[Special:Preferences|user preferences]] 
and you have not been blocked from using it.
 
 Your current IP address is $3, and the block ID is #$5.
-Please include all above details in any queries you make.',
+Please include all above details in any queries you make.",
 'blockednoreason'                  => 'no reason given',
 'whitelistedittext'                => 'You have to $1 to edit pages.',
 'confirmedittext'                  => 'You must confirm your email address 
before editing pages.
@@ -2259,7 +2259,7 @@
 
 To include a file in a page, use a link in one of the following forms:
 * 
'''<code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.jpg]]</nowiki></code>''' 
to use the full version of the file
-* 
'''<code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.png|200px|thumb|left|alt 
text]]</nowiki></code>''' to use a 200 pixel wide rendition in a box in the 
left margin with 'alt text' as description
+* 
'''<code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.png|200px|thumb|left|alt 
text]]</nowiki></code>''' to use a 200 pixel wide rendition in a box in the 
left margin with \"alt text\" as description
 * 
'''<code><nowiki>[[</nowiki>{{ns:media}}<nowiki>:File.ogg]]</nowiki></code>''' 
for directly linking to the file without displaying the file",
 'upload-permitted'            => 'Permitted file types: $1.',
 'upload-preferred'            => 'Preferred file types: $1.',
@@ -2972,7 +2972,7 @@
 'watchmethod-recent'   => 'checking recent edits for watched pages',
 'watchmethod-list'     => 'checking watched pages for recent edits',
 'watchlistcontains'    => 'Your watchlist contains $1 
{{PLURAL:$1|page|pages}}.',
-'iteminvalidname'      => "Problem with item '$1', invalid name...",
+'iteminvalidname'      => 'Problem with item "$1", invalid name...',
 'wlnote'               => "Below {{PLURAL:$1|is the last change|are the last 
'''$1''' changes}} in the last {{PLURAL:$2|hour|'''$2''' hours}}, as of $3, 
$4.",
 'wlshowlast'           => 'Show last $1 hours $2 days $3',
 'watchlist-options'    => 'Watchlist options',

-- 
To view, visit https://gerrit.wikimedia.org/r/85515
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I95431f8e5cc684c322fdd7cda041388120b7c49b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Shirayuki <[email protected]>

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

Reply via email to