diff -r 58fe260e7469 -r 7ce719013078 ViewManager/ViewManager.py --- a/ViewManager/ViewManager.py Sat Oct 19 12:28:12 2013 +0200 +++ b/ViewManager/ViewManager.py Sat Oct 19 13:03:39 2013 +0200 @@ -243,7 +243,7 @@ Public method to transfer statusbar info from the user interface to viewmanager. - @param sbLine reference to the line number part of the statusbar + @param sbLine reference to the line number part of the statusbar (QLabel) @param sbPos reference to the character position part of the statusbar (QLabel) @@ -2873,7 +2873,7 @@ 0, self.searchActGrp, 'vm_quicksearch_extend') self.quickSearchExtendAct.setStatusTip(QApplication.translate( - 'ViewManager', \ + 'ViewManager', 'Extend the quicksearch to the end of the current word')) self.quickSearchExtendAct.setWhatsThis(QApplication.translate( 'ViewManager', @@ -2988,7 +2988,7 @@ self.searchActGrp.setEnabled(False) self.searchFilesAct = E5Action( - QApplication.translate( 'ViewManager', 'Search in Files'), + QApplication.translate('ViewManager', 'Search in Files'), UI.PixmapCache.getIcon("projectFind.png"), QApplication.translate('ViewManager', 'Search in &Files...'), QKeySequence(QApplication.translate(