Index: trunk/pywikipedia/clean_sandbox.py |
— | — | @@ -185,7 +185,7 @@ |
186 | 186 | if self.user: |
187 | 187 | endpos = pos + len(translatedContent.strip()) |
188 | 188 | if (pos < 0) or (endpos == len(text)): |
189 | | - pywikibot.output(u'The user sandbox is still clean or not set up, no change necessary.') |
| 189 | + pywikibot.output(u'The user sandbox is still clean, no change necessary.') |
190 | 190 | else: |
191 | 191 | sandboxPage.put(text[:endpos], translatedMsg) |
192 | 192 | pywikibot.output(u'Standard content was changed, user sandbox cleaned.') |