aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/actioneditor/ActionEditor.cpp
diff options
context:
space:
mode:
authorGravatar staticfox2016-05-22 22:43:33 -0400
committerGravatar staticfox2016-05-22 22:46:59 -0400
commit4d188c1afce5f87c4d3c8b7d0b44695324759b10 (patch)
tree1601cda040d69b84ba10d8da3c89224de1587205 /src/modules/actioneditor/ActionEditor.cpp
parentKviIrcToolbar: add last measured to IRC Ctxt widget (diff)
downloadKVIrc-4d188c1afce5f87c4d3c8b7d0b44695324759b10.tar.gz
KVIrc-4d188c1afce5f87c4d3c8b7d0b44695324759b10.tar.bz2
KVIrc-4d188c1afce5f87c4d3c8b7d0b44695324759b10.zip
wheeeeeeeeee
Diffstat (limited to 'src/modules/actioneditor/ActionEditor.cpp')
-rw-r--r--src/modules/actioneditor/ActionEditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/actioneditor/ActionEditor.cpp b/src/modules/actioneditor/ActionEditor.cpp
index 14c730519..d1347b698 100644
--- a/src/modules/actioneditor/ActionEditor.cpp
+++ b/src/modules/actioneditor/ActionEditor.cpp
@@ -239,7 +239,7 @@ SingleActionEditor::SingleActionEditor(QWidget * par, ActionEditor * ed)
gl->addWidget(m_pConsoleOnlyIfUsersSelectedCheck, 5, 1, 1, 4);
m_pWindowChannelCheck = new QCheckBox(__tr2qs_ctx("Enable in channel windows", "editor"), tab);
- m_pWindowChannelCheck->setToolTip(__tr2qs_ctx("Check this option if this action should be enabled only when "
+ m_pWindowChannelCheck->setToolTip(__tr2qs_ctx("Check this option if this action should be enabled only when "
"the active window is a channel", "editor"));
connect(m_pWindowChannelCheck, SIGNAL(toggled(bool)), this, SLOT(channelQueryOrConsoleWindowCheckToggled(bool)));