summaryrefslogtreecommitdiff
path: root/src/historymenu.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-07-10 16:05:34 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-07-10 16:05:34 +0200
commitec9a0b2865aa6ee51dcfebee0ce49661bc345a14 (patch)
treea3c806c972b032dca09913a843b35734a4d77566 /src/historymenu.cpp
parentCleaning settings ui && making optional hovering links popups (diff)
parentChanged the icon for tabs without own favicon to a generic html-icon (diff)
downloadrekonq-ec9a0b2865aa6ee51dcfebee0ce49661bc345a14.tar.xz
Merge commit 'pano/master'
Diffstat (limited to 'src/historymenu.cpp')
-rw-r--r--src/historymenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/historymenu.cpp b/src/historymenu.cpp
index b5edae3f..4f11d82c 100644
--- a/src/historymenu.cpp
+++ b/src/historymenu.cpp
@@ -86,7 +86,7 @@ void HistoryMenu::postPopulated()
void HistoryMenu::clearHistory()
{
- int res = KMessageBox::warningYesNo(this, i18n("Are you sure you want to delete history?"), i18n("History") );
+ int res = KMessageBox::warningYesNo(this, i18n("Are you sure you want to clear the history?"), i18n("Clear History") );
if (res == KMessageBox::Yes)
{