--- a/Plugins/PluginEricapi.py Sat Oct 19 14:05:26 2013 +0200 +++ b/Plugins/PluginEricapi.py Sat Oct 19 15:15:50 2013 +0200 @@ -30,8 +30,8 @@ packageName = "__core__" shortDescription = "Show the Ericapi dialogs." longDescription = """This plugin implements the Ericapi dialogs.""" \ - """ Ericapi is used to generate a QScintilla API file for Python and Ruby"""\ - """ projects.""" + """ Ericapi is used to generate a QScintilla API file for Python and""" \ + """ Ruby projects.""" pyqtApi = 2 # End-Of-Header @@ -135,7 +135,7 @@ if self.__projectAct is not None: self.__projectAct.setEnabled( e5App().getObject("Project").getProjectLanguage() in - ["Python", "Python2", "Python3", "Ruby"]) + ["Python", "Python2", "Python3", "Ruby"]) def __doEricapi(self): """