Helpviewer/CookieJar/CookieModel.py

changeset 3190
a9a94491c4fd
parent 3160
209a07d7e401
child 3484
645c12de6b0c
--- a/Helpviewer/CookieJar/CookieModel.py	Fri Jan 10 19:30:21 2014 +0100
+++ b/Helpviewer/CookieJar/CookieModel.py	Sat Jan 11 11:55:33 2014 +0100
@@ -25,12 +25,12 @@
         super().__init__(parent)
         
         self.__headers = [
-            self.trUtf8("Website"),
-            self.trUtf8("Name"),
-            self.trUtf8("Path"),
-            self.trUtf8("Secure"),
-            self.trUtf8("Expires"),
-            self.trUtf8("Contents"),
+            self.tr("Website"),
+            self.tr("Name"),
+            self.tr("Path"),
+            self.tr("Secure"),
+            self.tr("Expires"),
+            self.tr("Contents"),
         ]
         self.__cookieJar = cookieJar
         self.__cookieJar.cookiesChanged.connect(self.__cookiesChanged)

eric ide

mercurial