jenkins-bot has submitted this change and it was merged.

Change subject: i18n: replace single quote by double
......................................................................


i18n: replace single quote by double

Change-Id: Ia52afd77a5f17ebcdbea6a489b4fcef8170cec94
---
M includes/ZeroConfig.i18n.php
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Yurik: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/ZeroConfig.i18n.php b/includes/ZeroConfig.i18n.php
index b73bc5c..0e864bb 100644
--- a/includes/ZeroConfig.i18n.php
+++ b/includes/ZeroConfig.i18n.php
@@ -17,14 +17,14 @@
 $messages['en'] = array(
        'zeroconfig-errors_found' => '{{PLURAL:$1|An error was|$1 errors were}} 
found in configuration data:',
        'zeroconfig-json' => 'Unable to parse JSON configuration. Please check 
the syntax.',
-       'zeroconfig-field_error' => 'Parameter \'$1\' $2',
-       'zeroconfig-duplicate_field' => 'More than one value \'$1\' found',
+       'zeroconfig-field_error' => 'Parameter "$1" $2',
+       'zeroconfig-duplicate_field' => 'More than one value "$1" found',
        'zeroconfig-opt_bool' => 'must be true or false (optional)',
        'zeroconfig-opt_string' => 'must be a string (optional)',
        'zeroconfig-name' => 'must be an object of valid language codes to 
strings. e.g. { "en":"English", ... }',
        'zeroconfig-show_langs' => 'must be a non-empty list of valid language 
codes',
        'zeroconfig-whitelisted_langs-all' => '(all)',
-       'zeroconfig-whitelisted_langs' => 'must be a list of valid language 
codes and include all of \'showLangs\' languages (or empty for all)',
+       'zeroconfig-whitelisted_langs' => 'must be a list of valid language 
codes and include all of "showLangs" languages (or empty for all)',
        'zeroconfig-lang_name_overrides' => 'must be an object of valid 
language codes to strings (optional). e.g. { "en":"English", ... }',
        'zeroconfig-banner' => 'must be an object of valid language codes to 
strings (optional). e.g. { "en":"English", ... }',
        'zeroconfig-banner_url' => 'must be a valid URL (optional)',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia52afd77a5f17ebcdbea6a489b4fcef8170cec94
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ZeroRatedMobileAccess
Gerrit-Branch: master
Gerrit-Owner: Shirayuki <[email protected]>
Gerrit-Reviewer: Yurik <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to