diff -r 96232974dcdb -r 645c12de6b0c Helpviewer/AdBlock/AdBlockManager.py --- 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):