diff options
author | Burkhard Lück <lueck@hube-lueck.de> | 2013-06-11 13:49:22 +0200 |
---|---|---|
committer | Burkhard Lück <lueck@hube-lueck.de> | 2013-06-11 13:49:22 +0200 |
commit | e7bd2b62356a2d44c10c05d86b9a9a7ff6c60e9b (patch) | |
tree | 158c68e7abf67d3e9d4d734b1584d3e941f1676d /src/webtab | |
parent | slider zoombar was removed in 12/2012 (diff) | |
download | rekonq-e7bd2b62356a2d44c10c05d86b9a9a7ff6c60e9b.tar.xz |
fix not consecutively numbered placeholder
Diffstat (limited to 'src/webtab')
-rw-r--r-- | src/webtab/webpage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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("<p>"); - msg += i18n("It seems you are having problems with your <a href=\"%1\">proxy settings</a>. Try checking them, <br /><br />then <a href=\"%4\">try again</a>.<br />", QL1S("rekonq:settings/proxy"), urlString); + msg += i18n("It seems you are having problems with your <a href=\"%1\">proxy settings</a>. Try checking them, <br /><br />then <a href=\"%2\">try again</a>.<br />", QL1S("rekonq:settings/proxy"), urlString); msg += QL1S("</p>"); |