http://www.mediawiki.org/wiki/Special:Code/pywikipedia/11536
Revision: 11536 Author: siebrand Date: 2013-05-15 15:28:57 +0000 (Wed, 15 May 2013) Log Message: ----------- image -> file
Modified Paths: -------------- branches/rewrite/scripts/i18n/pywikibot.py
Modified: branches/rewrite/scripts/i18n/pywikibot.py =================================================================== --- branches/rewrite/scripts/i18n/pywikibot.py 2013-05-15 04:25:35 UTC (rev 11535) +++ branches/rewrite/scripts/i18n/pywikibot.py 2013-05-15 15:28:57 UTC (rev 11536) @@ -2,7 +2,7 @@ msg = { 'en': { 'pywikibot-enter-category-name': u'Please enter the category name:', - 'pywikibot-enter-file-links-processing': u'Links to which image page should be processed?', + 'pywikibot-enter-file-links-processing': u'Links to which file page should be processed?', 'pywikibot-enter-finished-browser': u'Press Enter when finished in browser.', 'pywikibot-enter-namespace-number': u'Please enter a namespace by its number:', 'pywikibot-enter-new-text': u'Please enter the new text:', @@ -14,7 +14,7 @@ 'qqq': { 'pywikibot-enter-xml-filename': u'Message displayed to the bot owner to enter the XML dump's filename.', 'pywikibot-enter-page-processing': u'Question displayed to the bot owner which page should be processed.', - 'pywikibot-enter-file-links-processing': u'Question displayed to the bot owner processing links to a given image page.', + 'pywikibot-enter-file-links-processing': u'Question displayed to the bot owner processing links to a given file page.', 'pywikibot-enter-namespace-number': u'Message displayed to the bot owner to enter a namespace by its number.', 'pywikibot-enter-new-text': u'Message displayed to the bot owner to enter the new text.', 'pywikibot-enter-category-name': u'Message displayed to the bot owner to enter the category name.',
pywikipedia-svn@lists.wikimedia.org