Helpviewer/AdBlock/AdBlockManager.py

changeset 3190
a9a94491c4fd
parent 3160
209a07d7e401
child 3484
645c12de6b0c
--- a/Helpviewer/AdBlock/AdBlockManager.py	Fri Jan 10 19:30:21 2014 +0100
+++ b/Helpviewer/AdBlock/AdBlockManager.py	Sat Jan 11 11:55:33 2014 +0100
@@ -137,7 +137,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