diff options
author | Rohan Garg <rohangarg@kubuntu.org> | 2010-10-16 21:37:52 +0530 |
---|---|---|
committer | Rohan Garg <rohangarg@kubuntu.org> | 2010-10-16 21:37:52 +0530 |
commit | f0aabb5d39fcffb24158870221f725f17f9099c1 (patch) | |
tree | 534730a849c0053072b2afe1ac41c9fda38d4fe2 | |
parent | i18n semantics and remove redundant if (diff) | |
download | rekonq-f0aabb5d39fcffb24158870221f725f17f9099c1.tar.xz |
More i18n fixes, as instructed by Panagiotis Papadopoulos
-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; } |