summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-05-30 23:03:40 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-05-30 23:03:40 +0200
commitaad5f550b7fb65dc70ac274036d2a9e0fb7b90c6 (patch)
treed6100bf1dbfdaf3a202f208ed500210024cd3919 /src
parentrekonq 0.9.61 (diff)
downloadrekonq-aad5f550b7fb65dc70ac274036d2a9e0fb7b90c6.tar.xz
English language fixes
Hope they are enough... ;)
Diffstat (limited to 'src')
-rw-r--r--src/webpage.cpp8
1 files changed, 4 insertions, 4 deletions
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("<h1>Oops! Rekonq cannot load <em>%1</em></h1>", urlString);
- msg += i18n("<h2>Wrong digited?</h2>");
+ msg += i18n("<h2>Wrongly typed?</h2>");
msg += QL1S("<table>");
msg += QL1S("<tr><td>");
@@ -599,8 +599,8 @@ QString WebPage::errorPage(QNetworkReply *reply)
msg += i18n("<p>");
msg += i18n("We tried to load url: %1.<br />", urlString);
msg += i18n("Check your address for errors like <em>ww.kde.org</em> instead of <em>www.kde.org</em>.<br />");
- msg += i18n("If you digited it right, just try to <a href=\"%1\">reload it</a>.<br />", urlString);
- msg += i18n("Otherwise, just take attention on next attempt.");
+ msg += i18n("If you spelled right, just try to <a href=\"%1\">reload it</a>.<br />", urlString);
+ msg += i18n("Otherwise, just be careful the next time around.");
msg += i18n("</p>");
QString laughIconPath = QString("file://") + KIconLoader::global()->iconPath("face-laugh" , -KIconLoader::SizeHuge, false);
@@ -618,7 +618,7 @@ QString WebPage::errorPage(QNetworkReply *reply)
msg += QL1S("</td><td>");
msg += i18n("<p>");
- msg += i18n("Maybe you are having some problems with your network.<br />");
+ msg += i18n("Maybe you are having problems with your network.<br />");
msg += i18n("Try checking your <a href=\"%1\">network connections</a>", QL1S("about:settings/network"));
msg += i18n(", your <a href=\"%1\">proxy settings</a> ", QL1S("about:settings/proxy"));
msg += i18n("and your <a href=\"%1\">firewall</a>.<br />", QL1S("about:settings/firewall"));