diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2011-12-03 09:17:28 +0200 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2011-12-03 09:17:28 +0200 |
commit | 34cc0191f3e580685cc3f8b0b74160d5559544b2 (patch) | |
tree | 8f695c75e6c3a939687e0014113a6af02d086a26 /src/history/historypanel.cpp | |
parent | GCI Task : Add some actions to forget history entries in the panel (diff) | |
download | rekonq-34cc0191f3e580685cc3f8b0b74160d5559544b2.tar.xz |
Fix typo: occurences-> occurrences.
Diffstat (limited to 'src/history/historypanel.cpp')
-rw-r--r-- | src/history/historypanel.cpp | 2 |
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); |