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

Change subject: [FIX] i18n: remove typo in sting to string
......................................................................


[FIX] i18n: remove typo in sting to string

Change-Id: I815ba1827c2d7e2be0d3201e89fa67c9ed096015
---
M pywikibot/i18n.py
1 file changed, 3 insertions(+), 3 deletions(-)

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



diff --git a/pywikibot/i18n.py b/pywikibot/i18n.py
index 1e2fda9..23f218e 100644
--- a/pywikibot/i18n.py
+++ b/pywikibot/i18n.py
@@ -417,15 +417,15 @@
 
         msg = {
             'en': {
-                # number value as format sting is allowed
+                # number value as format string is allowed
                 'test-plural': u'Bot: Changing %(num)s 
{{PLURAL:%(num)d|page|pages}}.',
             },
             'nl': {
-                # format sting inside PLURAL tag is allowed
+                # format string inside PLURAL tag is allowed
                 'test-plural': u'Bot: Pas {{PLURAL:num|1 pagina|%(num)d 
pagina\'s}} aan.',
             },
             'fr': {
-                # additional sting inside or outside PLURAL tag is allowed
+                # additional string inside or outside PLURAL tag is allowed
                 'test-plural': u'Robot: Changer %(descr)s {{PLURAL:num|une 
page|quelques pages}}.',
             },
         }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I815ba1827c2d7e2be0d3201e89fa67c9ed096015
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: XZise <[email protected]>
Gerrit-Reviewer: John Vandenberg <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to