diff options
author | Panagiotis Papadopoulos <pano_90@gmx.net> | 2010-10-19 20:19:06 +0200 |
---|---|---|
committer | Panagiotis Papadopoulos <pano_90@gmx.net> | 2010-10-19 20:19:06 +0200 |
commit | b979b187e22d216cc2fd5888cf8b93f7920fb449 (patch) | |
tree | 7a5de84f348f46b22b8baaaf37e2c1b006722347 /src/protocolhandler.cpp | |
parent | Fix icons duplication in the urlbar if a bookmark is added during a page loading (diff) | |
download | rekonq-b979b187e22d216cc2fd5888cf8b93f7920fb449.tar.xz |
can not -> cannot
Diffstat (limited to 'src/protocolhandler.cpp')
-rw-r--r-- | src/protocolhandler.cpp | 2 |
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; } |