diff options
| author | 2015-10-08 13:10:17 +0100 | |
|---|---|---|
| committer | 2015-10-08 17:39:57 +0100 | |
| commit | 02bf7911f3afe6e5960349e5e61329afb3a995a9 (patch) | |
| tree | f2ba9133be0a95091e85cbbb8d75e485e8f59aa5 /src/modules/actioneditor | |
| parent | [ci skip] various header files, typos corrections (diff) | |
| download | KVIrc-02bf7911f3afe6e5960349e5e61329afb3a995a9.tar.gz KVIrc-02bf7911f3afe6e5960349e5e61329afb3a995a9.tar.bz2 KVIrc-02bf7911f3afe6e5960349e5e61329afb3a995a9.zip | |
[ci skip] no strings - cpp files - typo corrections
Diffstat (limited to 'src/modules/actioneditor')
| -rw-r--r-- | src/modules/actioneditor/ActionEditor.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/actioneditor/ActionEditor.cpp b/src/modules/actioneditor/ActionEditor.cpp index 014ba1db4..6d66ad82e 100644 --- a/src/modules/actioneditor/ActionEditor.cpp +++ b/src/modules/actioneditor/ActionEditor.cpp @@ -195,7 +195,7 @@ SingleActionEditor::SingleActionEditor(QWidget * par,ActionEditor * ed) m_pNeedsContextCheck = new QCheckBox(__tr2qs_ctx("Needs IRC Context","editor"),tab); connect(m_pNeedsContextCheck,SIGNAL(toggled(bool)),this,SLOT(needsContextCheckToggled(bool))); m_pNeedsContextCheck->setToolTip(__tr2qs_ctx("Check this option if this action should be enabled only when " \ - "the active window belongs to an irc context","editor")); + "the active window belongs to an IRC context","editor")); gl->addWidget(m_pNeedsContextCheck,0,0,1,4); @@ -216,7 +216,7 @@ SingleActionEditor::SingleActionEditor(QWidget * par,ActionEditor * ed) m_pEnableAtLoginCheck = new QCheckBox(__tr2qs_ctx("Enable at Login","editor"),tab); m_pEnableAtLoginCheck->setToolTip(__tr2qs_ctx("Check this option if this action should be enabled also during " \ - "the login operations (so when the logical IRC connection hasn't been estabilished yet)","editor")); + "the login operations (so when the logical IRC connection hasn't been established yet)","editor")); gl->addWidget(m_pEnableAtLoginCheck,2,2,1,2); m_pSpecificWindowsCheck = new QCheckBox(__tr2qs_ctx("Enable Only in Specified Windows","editor"),tab); @@ -261,7 +261,7 @@ SingleActionEditor::SingleActionEditor(QWidget * par,ActionEditor * ed) m_pWindowDccChatCheck = new QCheckBox(__tr2qs_ctx("Enable in DCC Chat Windows","editor"),tab); m_pWindowDccChatCheck->setToolTip(__tr2qs_ctx("Check this option if this action should be enabled only when " \ - "the active window is a dcc chat","editor")); + "the active window is a DCC chat","editor")); gl->addWidget(m_pWindowDccChatCheck,10,1,1,2); l = new QLabel(tab); |
