Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 4507
1a5bc1ac7c2e
parent 4506
57666e501a42
child 4508
a3b38825acf0
--- a/Plugins/CheckerPlugins/CodeStyleChecker/translations.py	Sat Oct 24 20:36:26 2015 +0200
+++ b/Plugins/CheckerPlugins/CodeStyleChecker/translations.py	Mon Oct 26 19:14:34 2015 +0100
@@ -400,6 +400,9 @@
     "M801": QCoreApplication.translate(
         "MiscellaneousChecker",
         "print statement found"),
+    "M811": QCoreApplication.translate(
+        "MiscellaneousChecker",
+        "one element tuple found"),
     "M901": QCoreApplication.translate(
         "MiscellaneousChecker",
         "{0}: {1}"),

eric ide

mercurial