From 34cc0191f3e580685cc3f8b0b74160d5559544b2 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Sat, 3 Dec 2011 09:17:28 +0200 Subject: Fix typo: occurences-> occurrences. --- src/history/historypanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.1