diff options
| author | 2016-05-15 09:08:46 +0100 | |
|---|---|---|
| committer | 2016-05-15 12:13:17 +0100 | |
| commit | 85eca91a13bc5e51005f07900526c25dd01a2faa (patch) | |
| tree | a0020bb690f32250a7b097ccd807c751894da149 /src/modules/eventeditor | |
| parent | KviInputEditor: clipboard tooltip header enhancements. (diff) | |
| download | KVIrc-85eca91a13bc5e51005f07900526c25dd01a2faa.tar.gz KVIrc-85eca91a13bc5e51005f07900526c25dd01a2faa.tar.bz2 KVIrc-85eca91a13bc5e51005f07900526c25dd01a2faa.zip | |
Various fixes
Diffstat (limited to 'src/modules/eventeditor')
| -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 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); |
