Preferences/ConfigurationPages/NotificationsPage.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3178
f25fc1364c88
parent 3190
a9a94491c4fd
child 3656
441956d8fce5
--- 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()

eric ide

mercurial