summaryrefslogtreecommitdiff
path: root/src/protocolhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocolhandler.cpp')
-rw-r--r--src/protocolhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocolhandler.cpp b/src/protocolhandler.cpp
index 5d5667af..16af1f32 100644
--- a/src/protocolhandler.cpp
+++ b/src/protocolhandler.cpp
@@ -167,7 +167,7 @@ bool ProtocolHandler::preHandling(const QNetworkRequest &request, QWebFrame *fra
// Error Message, for those protocols even KDE cannot handle
KMessageBox::error(Application::instance()->mainWindow(), i18nc("@info",
- "rekonq can not handle this URL. \
+ "rekonq cannot handle this URL. \
Please use an appropriate application to open it."));
return false;
}