From 2e559e428737ca046b3baedf9b88cd1aa7adf2a6 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 4 Apr 2011 11:21:24 +0200 Subject: Fix string --- src/protocolhandler.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/protocolhandler.cpp') diff --git a/src/protocolhandler.cpp b/src/protocolhandler.cpp index 36efe2a7..95437693 100644 --- a/src/protocolhandler.cpp +++ b/src/protocolhandler.cpp @@ -178,10 +178,7 @@ bool ProtocolHandler::preHandling(const QNetworkRequest &request, QWebFrame *fra return false; // Error Message, for those protocols we cannot handle - // FIXME change this sentence AFTER STRING FREEZE to: "rekonq doesn't know how to handle this protocol: _url.protocol()" - KMessageBox::error(rApp->mainWindow(), i18nc("@info", - "rekonq cannot handle this URL. \ - Please use an appropriate application to open it.")); + KMessageBox::error(rApp->mainWindow(), i18nc("@info", "rekonq doesn't know how to handle this protocol: %1", _url.protocol())); return true; } -- cgit v1.2.1