summaryrefslogtreecommitdiff
path: root/src/history/historypanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/history/historypanel.cpp')
-rw-r--r--src/history/historypanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/history/historypanel.cpp b/src/history/historypanel.cpp
index 45e57312..976a1a9c 100644
--- a/src/history/historypanel.cpp
+++ b/src/history/historypanel.cpp
@@ -87,7 +87,7 @@ void HistoryPanel::contextMenuItem(const QPoint &pos)
connect(action,SIGNAL(triggered()),this,SLOT(deleteEntry()));
menu.addAction(action);
- action = new KAction(KIcon("edit-clear"), i18n("Remove all occurences"), this);
+ action = new KAction(KIcon("edit-clear"), i18n("Remove all occurrences"), this);
connect(action,SIGNAL(triggered()),this,SLOT(forgetSite()));
menu.addAction(action);