From cc304242ef8e5819bb06d369a8d5512993ffd90c Mon Sep 17 00:00:00 2001
From: Somsubhra bairi
Date: Tue, 12 Mar 2013 10:49:10 +0530
Subject: Added missing reload button when webpage fails to load BUG: 316235
---
src/webtab/webpage.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src')
diff --git a/src/webtab/webpage.cpp b/src/webtab/webpage.cpp
index b61f66cf..6274b882 100644
--- a/src/webtab/webpage.cpp
+++ b/src/webtab/webpage.cpp
@@ -688,7 +688,7 @@ QString WebPage::errorPage(QNetworkReply *reply)
msg += i18n("try checking the Wayback Machine", QL1S("http://wayback.archive.org/web/*/") + urlString);
msg += i18n(" or the Google Cache.", QL1S("http://google.com/search?q=cache:") + urlString);
msg += QL1S("
");
-
+ msg += QL1S("") + i18n("Try Again", urlString) + QL1S("
");
msg += QL1S("");
// done. Replace variables and show it
--
cgit v1.2.1