diff -r b3280ade94a6 -r 6caa4436dee2 Plugins/PluginSyntaxChecker.py --- a/Plugins/PluginSyntaxChecker.py Sat Jan 08 20:37:14 2011 +0100 +++ b/Plugins/PluginSyntaxChecker.py Sat Jan 08 20:39:23 2011 +0100 @@ -4,7 +4,7 @@ # """ -Module implementing the Tabnanny plugin. +Module implementing the Syntax Checker plugin. """ import os @@ -171,7 +171,7 @@ def __projectSyntaxCheck(self): """ - Public slot used to check the project files for bad indentations. + Public slot used to check the project files for syntax errors. """ project = e5App().getObject("Project") project.saveAllScripts()