summaryrefslogtreecommitdiff
path: root/src/history
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2011-12-03 09:17:28 +0200
committerYuri Chornoivan <yurchor@ukr.net>2011-12-03 09:17:28 +0200
commit34cc0191f3e580685cc3f8b0b74160d5559544b2 (patch)
tree8f695c75e6c3a939687e0014113a6af02d086a26 /src/history
parentGCI Task : Add some actions to forget history entries in the panel (diff)
downloadrekonq-34cc0191f3e580685cc3f8b0b74160d5559544b2.tar.xz
Fix typo: occurences-> occurrences.
Diffstat (limited to 'src/history')
-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);