aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar un1versal2015-12-21 08:20:06 +0000
committerGravatar un1versal2015-12-21 11:24:32 +0000
commitd8dffba527416f8f9e4a526e27b6d4b7d8db965b (patch)
tree980b135c63ef25791189e49405ea2a9204ed00d5 /src/modules
parentupdate icons in input toolbar (diff)
downloadKVIrc-d8dffba527416f8f9e4a526e27b6d4b7d8db965b.tar.gz
KVIrc-d8dffba527416f8f9e4a526e27b6d4b7d8db965b.tar.bz2
KVIrc-d8dffba527416f8f9e4a526e27b6d4b7d8db965b.zip
fix missed capitalization of tooltips
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/eventeditor/EventEditorWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/eventeditor/EventEditorWindow.cpp b/src/modules/eventeditor/EventEditorWindow.cpp
index 90740c49d..ba20bb32a 100644
--- a/src/modules/eventeditor/EventEditorWindow.cpp
+++ b/src/modules/eventeditor/EventEditorWindow.cpp
@@ -225,7 +225,7 @@ void EventEditor::itemPressed(QTreeWidgetItem *it,const QPoint &pnt)
this,SLOT(removeCurrentHandler()));
m_pContextPopup->addAction(
*(g_pIconManager->getSmallIcon(KviIconManager::Floppy)),
- __tr2qs_ctx("&Export Handler To...","editor"),
+ __tr2qs_ctx("&Export Handler to...","editor"),
this,SLOT(exportCurrentHandler()));
} else {
m_pContextPopup->addAction(