From e7bd2b62356a2d44c10c05d86b9a9a7ff6c60e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burkhard=20L=C3=BCck?= Date: Tue, 11 Jun 2013 13:49:22 +0200 Subject: fix not consecutively numbered placeholder --- src/webtab/webpage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webtab') diff --git a/src/webtab/webpage.cpp b/src/webtab/webpage.cpp index 01116e73..7a6a9002 100644 --- a/src/webtab/webpage.cpp +++ b/src/webtab/webpage.cpp @@ -741,7 +741,7 @@ QString WebPage::errorPage(QNetworkReply *reply) msg += QL1S("

"); - msg += i18n("It seems you are having problems with your proxy settings. Try checking them,

then try again.
", QL1S("rekonq:settings/proxy"), urlString); + msg += i18n("It seems you are having problems with your proxy settings. Try checking them,

then try again.
", QL1S("rekonq:settings/proxy"), urlString); msg += QL1S("

"); -- cgit v1.2.1