--- a/ViewManager/ViewManager.py Wed Jan 15 19:05:51 2014 +0100 +++ b/ViewManager/ViewManager.py Wed Jan 15 19:16:06 2014 +0100 @@ -3762,7 +3762,7 @@ 'ViewManager', """<b>Next warning message</b>""" """<p>Go to next line of the current editor""" - """ having a py3flakes warning.</p>""" + """ having a pyflakes warning.</p>""" )) self.warningsNextAct.triggered[()].connect(self.__nextWarning) self.bookmarkActions.append(self.warningsNextAct) @@ -3780,7 +3780,7 @@ 'ViewManager', """<b>Previous warning message</b>""" """<p>Go to previous line of the current editor""" - """ having a py3flakes warning.</p>""" + """ having a pyflakes warning.</p>""" )) self.warningsPreviousAct.triggered[()].connect(self.__previousWarning) self.bookmarkActions.append(self.warningsPreviousAct) @@ -3795,7 +3795,7 @@ self.warningsClearAct.setWhatsThis(QApplication.translate( 'ViewManager', """<b>Clear Warning Messages</b>""" - """<p>Clear py3flakes warning messages of all editors.</p>""" + """<p>Clear pyflakes warning messages of all editors.</p>""" )) self.warningsClearAct.triggered[()].connect(self.__clearAllWarnings) self.bookmarkActions.append(self.warningsClearAct)