diff options
author | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-06-21 23:14:22 +0200 |
---|---|---|
committer | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-06-21 23:14:22 +0200 |
commit | 9e4ddeaffcdb1d9cccbbc8c5d54db8706b893fb1 (patch) | |
tree | 7681feb330485f34f9fde373578510d71230e4a4 /src/historymenu.cpp | |
parent | Merge commit 'rekonq-master/master' (diff) | |
download | rekonq-9e4ddeaffcdb1d9cccbbc8c5d54db8706b893fb1.tar.xz |
Changed the string a bit to keep consistency
Diffstat (limited to 'src/historymenu.cpp')
-rw-r--r-- | src/historymenu.cpp | 2 |
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) { |