Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 4423
14f3ca3dcef6
parent 4021
195a471c327b
child 4506
57666e501a42
diff -r 66be66ec3afc -r 14f3ca3dcef6 Plugins/CheckerPlugins/CodeStyleChecker/translations.py
--- a/Plugins/CheckerPlugins/CodeStyleChecker/translations.py	Wed Sep 02 18:46:11 2015 +0200
+++ b/Plugins/CheckerPlugins/CodeStyleChecker/translations.py	Wed Sep 02 20:16:28 2015 +0200
@@ -371,6 +371,12 @@
         "NamingStyleChecker",
         "names 'l', 'O' and 'I' should be avoided"),
 
+    # McCabe messages
+    "C101": QCoreApplication.translate(
+        "McCabeChecker", "'{0}' is too complex ({1})"),
+    "C901": QCoreApplication.translate(
+        "McCabeChecker", "{0}: {1}"),
+    
     # CodeStyleFixer messages
     "FD111": QCoreApplication.translate(
         'CodeStyleFixer',

eric ide

mercurial