Helpviewer/AdBlock/AdBlockManager.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3178
f25fc1364c88
parent 3190
a9a94491c4fd
child 3621
15f23ed3f216
--- a/Helpviewer/AdBlock/AdBlockManager.py	Sun Mar 30 22:00:14 2014 +0200
+++ b/Helpviewer/AdBlock/AdBlockManager.py	Thu Apr 03 23:05:31 2014 +0200
@@ -139,7 +139,7 @@
         location = self.__customSubscriptionLocation()
         encodedUrl = bytes(location.toEncoded()).decode()
         url = QUrl("abp:subscribe?location={0}&title={1}".format(
-            encodedUrl, self.trUtf8("Custom Rules")))
+            encodedUrl, self.tr("Custom Rules")))
         return url
     
     def customRules(self):

eric ide

mercurial