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}}.', }, }
pywikibot-commits@lists.wikimedia.org