--- a/WebBrowser/WebBrowserView.py Thu Aug 02 18:38:40 2018 +0200 +++ b/WebBrowser/WebBrowserView.py Sat Sep 01 10:24:02 2018 +0200 @@ -2258,7 +2258,8 @@ @pyqtSlot("QWebEngineRegisterProtocolHandlerRequest") def __registerProtocolHandlerRequested(self, request): """ - Private slot to handle requests for registration of a protocol handler. + Private slot to handle requests for registration of a protocol + handler. @param request reference to the protocol handler request object @type QWebEngineRegisterProtocolHandlerRequest @@ -2277,8 +2278,8 @@ ok = E5MessageBox.yesNo( self, self.tr("Protocol Handler Request"), - self.tr("""<p> Allow the website at <b>{0}</b> to open all""" - """ <b>{1}</b> links?</p>""") + self.tr("""<p> Allow the website at <b>{0}</b> to open""" + """ all <b>{1}</b> links?</p>""") .format(request.origin().host(), request.scheme()) )