From f0aabb5d39fcffb24158870221f725f17f9099c1 Mon Sep 17 00:00:00 2001 From: Rohan Garg Date: Sat, 16 Oct 2010 21:37:52 +0530 Subject: More i18n fixes, as instructed by Panagiotis Papadopoulos --- src/protocolhandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/protocolhandler.cpp') 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; } -- cgit v1.2.1