aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/eventeditor/EventEditorWindow.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2016-05-15 09:08:46 +0100
committerGravatar un1versal2016-05-15 12:13:17 +0100
commit85eca91a13bc5e51005f07900526c25dd01a2faa (patch)
treea0020bb690f32250a7b097ccd807c751894da149 /src/modules/eventeditor/EventEditorWindow.cpp
parentKviInputEditor: clipboard tooltip header enhancements. (diff)
downloadKVIrc-85eca91a13bc5e51005f07900526c25dd01a2faa.tar.gz
KVIrc-85eca91a13bc5e51005f07900526c25dd01a2faa.tar.bz2
KVIrc-85eca91a13bc5e51005f07900526c25dd01a2faa.zip
Various fixes
Diffstat (limited to 'src/modules/eventeditor/EventEditorWindow.cpp')
-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 63e9c531a..d54d110d3 100644
--- a/src/modules/eventeditor/EventEditorWindow.cpp
+++ b/src/modules/eventeditor/EventEditorWindow.cpp
@@ -413,7 +413,7 @@ void EventEditor::currentItemChanged(QTreeWidgetItem * it, QTreeWidgetItem *)
m_pEditor->setEnabled(false);
QString parms = ((EventEditorEventTreeWidgetItem *)it)->m_szParams;
if(parms.isEmpty())
- parms = __tr2qs_ctx("none", "editor");
+ parms = __tr2qs_ctx("None", "editor");
KviCommandFormatter::indent(parms);
KviCommandFormatter::indent(parms);
QString szTmp = QString(__tr2qs_ctx("\n\nEvent:\n%1\n\nParameters:\n%2", "editor")).arg(((EventEditorEventTreeWidgetItem *)it)->m_szName, parms);