diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/protocolhandler.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/protocolhandler.cpp b/src/protocolhandler.cpp index 88bcd5b2..41e4f6d8 100644 --- a/src/protocolhandler.cpp +++ b/src/protocolhandler.cpp @@ -161,8 +161,8 @@ bool ProtocolHandler::preHandling(const QNetworkRequest &request, QWebFrame *fra      {          //Error Message, for those protocols even KDE cant handle          KMessageBox::error( Application::instance()->mainWindow(), i18nc("@info", -                                                                        "rekonq can not handle this URL, -                                                                         please use an appropriate application to open it")); +                                                                        "rekonq can not handle this URL. +                                                                         Please use an appropriate application to open it."));          return false;      } | 
