diff options
| author | 2016-03-12 11:53:48 +0000 | |
|---|---|---|
| committer | 2016-03-12 11:53:48 +0000 | |
| commit | 59fb0e82dcaf9049c683d5e176dd49f90710ed9a (patch) | |
| tree | d2b5bdcb4d9ba704df962281ff729e3dc244de07 /src | |
| parent | update readme for those who dont read 2: Hacker instalation and clarify what ... (diff) | |
| download | KVIrc-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.cpp | 2 |
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()); |
