diff options
| author | 2015-12-21 08:20:06 +0000 | |
|---|---|---|
| committer | 2015-12-21 11:24:32 +0000 | |
| commit | d8dffba527416f8f9e4a526e27b6d4b7d8db965b (patch) | |
| tree | 980b135c63ef25791189e49405ea2a9204ed00d5 /src/modules | |
| parent | update icons in input toolbar (diff) | |
| download | KVIrc-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.cpp | 2 |
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( |
