Thu, 19 Dec 2013 15:16:14 +0100
Merged with Spanish translations.
--- a/.hgignore Wed Dec 18 22:39:39 2013 +0100 +++ b/.hgignore Thu Dec 19 15:16:14 2013 +0100 @@ -15,4 +15,4 @@ glob:tmp glob:__pycache__ glob:**.DS_Store -glob:Ui_*.py +glob:**Ui_*.py
--- a/PluginPrintRemover.py Wed Dec 18 22:39:39 2013 +0100 +++ b/PluginPrintRemover.py Thu Dec 19 15:16:14 2013 +0100 @@ -32,7 +32,7 @@ """ a configurable string. This is mostly used to remove print()""" \ """ like debug statements. The match is done after stripping all""" \ """ whitespace from the beginning of a line. Lines containing the""" \ - """ string '__NO_REMOVE__' are preserved""" + """ string '__NO_REMOVE__' are preserved.""" needsRestart = False pyqtApi = 2 # End-Of-Header