From aad5f550b7fb65dc70ac274036d2a9e0fb7b90c6 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 30 May 2012 23:03:40 +0200 Subject: English language fixes Hope they are enough... ;) --- src/webpage.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/webpage.cpp') diff --git a/src/webpage.cpp b/src/webpage.cpp index f9fb1191..efddba81 100644 --- a/src/webpage.cpp +++ b/src/webpage.cpp @@ -591,7 +591,7 @@ QString WebPage::errorPage(QNetworkReply *reply) msg += i18n("

Oops! Rekonq cannot load %1

", urlString); - msg += i18n("

Wrong digited?

"); + msg += i18n("

Wrongly typed?

"); msg += QL1S(""); msg += QL1S("
"); @@ -599,8 +599,8 @@ QString WebPage::errorPage(QNetworkReply *reply) msg += i18n("

"); msg += i18n("We tried to load url: %1.
", urlString); msg += i18n("Check your address for errors like ww.kde.org instead of www.kde.org.
"); - msg += i18n("If you digited it right, just try to reload it.
", urlString); - msg += i18n("Otherwise, just take attention on next attempt."); + msg += i18n("If you spelled right, just try to reload it.
", urlString); + msg += i18n("Otherwise, just be careful the next time around."); msg += i18n("

"); QString laughIconPath = QString("file://") + KIconLoader::global()->iconPath("face-laugh" , -KIconLoader::SizeHuge, false); @@ -618,7 +618,7 @@ QString WebPage::errorPage(QNetworkReply *reply) msg += QL1S("
"); msg += i18n("

"); - msg += i18n("Maybe you are having some problems with your network.
"); + msg += i18n("Maybe you are having problems with your network.
"); msg += i18n("Try checking your network connections", QL1S("about:settings/network")); msg += i18n(", your proxy settings ", QL1S("about:settings/proxy")); msg += i18n("and your firewall.
", QL1S("about:settings/firewall")); -- cgit v1.2.1