aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Alexey Sokolov2016-03-12 11:53:48 +0000
committerGravatar Alexey Sokolov2016-03-12 11:53:48 +0000
commit59fb0e82dcaf9049c683d5e176dd49f90710ed9a (patch)
treed2b5bdcb4d9ba704df962281ff729e3dc244de07 /src
parentupdate readme for those who dont read 2: Hacker instalation and clarify what ... (diff)
downloadKVIrc-59fb0e82dcaf9049c683d5e176dd49f90710ed9a.tar.gz
KVIrc-59fb0e82dcaf9049c683d5e176dd49f90710ed9a.tar.bz2
KVIrc-59fb0e82dcaf9049c683d5e176dd49f90710ed9a.zip
Proper bouncers have no problems with CAP
Diffstat (limited to 'src')
-rw-r--r--src/modules/options/OptionsWidget_servers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/OptionsWidget_servers.cpp b/src/modules/options/OptionsWidget_servers.cpp
index 82f0061da..8e6fc4914 100644
--- a/src/modules/options/OptionsWidget_servers.cpp
+++ b/src/modules/options/OptionsWidget_servers.cpp
@@ -902,7 +902,7 @@ IrcServerDetailsWidget::IrcServerDetailsWidget(QWidget * par,KviIrcServer * s)
pCapLayout->addWidget(m_pEnableCAPCheck,0,0);
KviTalToolTip::add(m_pEnableCAPCheck,__tr2qs_ctx("This check will cause the connection to use the <b>Extended Capability</b> " \
- "support. Obviously, this server must have support for this too. Disable this for IRC bouncers.","options"));
+ "support.","options"));
m_pEnableCAPCheck->setChecked(s->enabledCAP());