From 9ce99a9863a2b595b7f9b83e1502addc0fa3f7c9 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Mon, 4 Apr 2011 12:58:43 +0200 Subject: fix string :-) In KDE apps you should not use abbreviations like don't, doesn't, can't, etc. You have to fully write them out: do not, does not, cannot, etc. :-) --- src/protocolhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocolhandler.cpp b/src/protocolhandler.cpp index 95437693..945f5b48 100644 --- a/src/protocolhandler.cpp +++ b/src/protocolhandler.cpp @@ -178,7 +178,7 @@ bool ProtocolHandler::preHandling(const QNetworkRequest &request, QWebFrame *fra return false; // Error Message, for those protocols we cannot handle - KMessageBox::error(rApp->mainWindow(), i18nc("@info", "rekonq doesn't know how to handle this protocol: %1", _url.protocol())); + KMessageBox::error(rApp->mainWindow(), i18nc("@info", "rekonq does not know how to handle this protocol: %1", _url.protocol())); return true; } -- cgit v1.2.1