From 1448a51d72d803fe03449f5f615b38f867411c2b Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Sun, 9 Aug 2009 03:14:40 +0200 Subject: Added colons to strings --- src/application.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/application.cpp') diff --git a/src/application.cpp b/src/application.cpp index 3817098d..df47a119 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -262,7 +262,7 @@ void Application::loadUrl(const KUrl& url, const Rekonq::OpenType& type) if ( !url.isValid() ) { - KMessageBox::error(0, i18n("Malformed URL\n%1", url.url())); + KMessageBox::error(0, i18n("Malformed URL:\n%1", url.url())); return; } @@ -301,7 +301,7 @@ void Application::loadUrl(const KUrl& url, const Rekonq::OpenType& type) if ( !KProtocolInfo::isKnownProtocol( loadingUrl ) ) { - KMessageBox::error(0, i18n("Protocol not supported\n%1", url.protocol())); + KMessageBox::error(0, i18n("Protocol not supported:\n%1", url.protocol())); return; } -- cgit v1.2.1