--- a/Preferences/ConfigurationPages/NotificationsPage.py Sun Mar 30 22:00:14 2014 +0200 +++ b/Preferences/ConfigurationPages/NotificationsPage.py Thu Apr 03 23:05:31 2014 +0200 @@ -78,10 +78,10 @@ parent=self, setPosition=True) self.__notification.setPixmap( UI.PixmapCache.getPixmap("notification48.png")) - self.__notification.setHeading(self.trUtf8("Visual Selection")) + self.__notification.setHeading(self.tr("Visual Selection")) self.__notification.setText( - self.trUtf8("Drag the notification window to" - " the desired place and release the button.")) + self.tr("Drag the notification window to" + " the desired place and release the button.")) self.__notification.move( QPoint(self.xSpinBox.value(), self.ySpinBox.value())) self.__notification.show()