summaryrefslogtreecommitdiff
path: root/src/protocolhandler.cpp
diff options
context:
space:
mode:
authorRohan Garg <rohangarg@kubuntu.org>2010-10-16 21:37:52 +0530
committerRohan Garg <rohangarg@kubuntu.org>2010-10-16 21:37:52 +0530
commitf0aabb5d39fcffb24158870221f725f17f9099c1 (patch)
tree534730a849c0053072b2afe1ac41c9fda38d4fe2 /src/protocolhandler.cpp
parenti18n semantics and remove redundant if (diff)
downloadrekonq-f0aabb5d39fcffb24158870221f725f17f9099c1.tar.xz
More i18n fixes, as instructed by Panagiotis Papadopoulos
Diffstat (limited to 'src/protocolhandler.cpp')
-rw-r--r--src/protocolhandler.cpp4
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;
}