diff -r 10516539f238 -r 0a02c433f52d Helpviewer/AdBlock/AdBlockDialog.py --- a/Helpviewer/AdBlock/AdBlockDialog.py Fri Oct 18 23:00:41 2013 +0200 +++ b/Helpviewer/AdBlock/AdBlockDialog.py Fri Nov 01 15:48:48 2013 +0100 @@ -142,7 +142,8 @@ menu.addAction( self.trUtf8("Update Subscription"), self.__updateSubscription)\ .setEnabled(not subscriptionEditable) - menu.addAction(self.trUtf8("Update All Subscriptions"), + menu.addAction( + self.trUtf8("Update All Subscriptions"), self.__updateAllSubscriptions) menu.addSeparator() menu.addAction(self.trUtf8("Learn more about writing rules..."), @@ -220,7 +221,8 @@ message = self.trUtf8( "<p>Do you really want to remove subscription" " <b>{0}</b>?</p>").format(self.__currentSubscription.title()) - res = E5MessageBox.yesNo(self, + res = E5MessageBox.yesNo( + self, self.trUtf8("Remove Subscription"), message)