From e2967867f4da88958e70bbcd1be58a325380832b Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 7 Jul 2012 23:04:00 +0200 Subject: string missed update: set new favorite --> reload thumbnail CCBUG: 303149 --- src/newtabpage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/newtabpage.cpp b/src/newtabpage.cpp index 89363fe4..a25f07a9 100644 --- a/src/newtabpage.cpp +++ b/src/newtabpage.cpp @@ -872,7 +872,7 @@ void NewTabPage::setupPreview(QWebElement e, int index, bool showControls) e.findFirst(QL1S(".left img")).setAttribute(QL1S("src"), QL1S("file:///") + KIconLoader::global()->iconPath("view-refresh", KIconLoader::DefaultState)); - e.findFirst(QL1S(".left")).setAttribute(QL1S("title"), i18n("Set new favorite")); + e.findFirst(QL1S(".left")).setAttribute(QL1S("title"), i18n("Reload thumbnail")); e.findFirst(QL1S(".left")).setAttribute(QL1S("href"), QL1S("about:preview/reload/") + QVariant(index).toString()); e.findFirst(QL1S(".right")).setAttribute(QL1S("href"), QL1S("about:preview/remove/") + QVariant(index).toString()); -- cgit v1.2.1