From 9e4ddeaffcdb1d9cccbbc8c5d54db8706b893fb1 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Sun, 21 Jun 2009 23:14:22 +0200 Subject: Changed the string a bit to keep consistency --- src/historymenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.1