--- a/E5Gui/E5SideBar.py Sun Mar 30 22:00:14 2014 +0200 +++ b/E5Gui/E5SideBar.py Thu Apr 03 23:05:31 2014 +0200 @@ -56,7 +56,7 @@ UI.PixmapCache.getIcon("autoHideOff.png")) self.__autoHideButton.setChecked(True) self.__autoHideButton.setToolTip( - self.trUtf8("Deselect to activate automatic collapsing")) + self.tr("Deselect to activate automatic collapsing")) self.barLayout = QBoxLayout(QBoxLayout.LeftToRight) self.barLayout.setContentsMargins(0, 0, 0, 0) self.layout = QBoxLayout(QBoxLayout.TopToBottom)