diff -r 9a21c547de5f -r a9a94491c4fd Preferences/ConfigurationPages/NotificationsPage.py --- a/Preferences/ConfigurationPages/NotificationsPage.py Fri Jan 10 19:30:21 2014 +0100 +++ b/Preferences/ConfigurationPages/NotificationsPage.py Sat Jan 11 11:55:33 2014 +0100 @@ -76,10 +76,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()