aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options/optw_servers.cpp
diff options
context:
space:
mode:
authorGravatar Markus Rennings2010-03-21 14:02:50 +0000
committerGravatar Markus Rennings2010-03-21 14:02:50 +0000
commit8066711b5d417fe356a8e9cb8a195a2e5cfaa635 (patch)
treedda066869ca457340a38bb8bc5a9467fc1c66e80 /src/modules/options/optw_servers.cpp
parentupdated po{,t} files (diff)
downloadKVIrc-8066711b5d417fe356a8e9cb8a195a2e5cfaa635.tar.gz
KVIrc-8066711b5d417fe356a8e9cb8a195a2e5cfaa635.tar.bz2
KVIrc-8066711b5d417fe356a8e9cb8a195a2e5cfaa635.zip
typo
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4175 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/options/optw_servers.cpp')
-rw-r--r--src/modules/options/optw_servers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/optw_servers.cpp b/src/modules/options/optw_servers.cpp
index 459e0a9ca..dbf5faa7e 100644
--- a/src/modules/options/optw_servers.cpp
+++ b/src/modules/options/optw_servers.cpp
@@ -779,7 +779,7 @@ KviServerDetailsWidget::KviServerDetailsWidget(QWidget * par,KviServer * s)
m_pEnableSASLCheck = new QCheckBox(__tr2qs_ctx("Enable SASL authentication","options"),tab);
gl->addWidget(m_pEnableSASLCheck,13,0,1,2);
- KviTalToolTip::add(m_pEnableSASLCheck,__tr2qs_ctx("<center>This check enables the use of the <b>SASL</b> authentication procotol" \
+ KviTalToolTip::add(m_pEnableSASLCheck,__tr2qs_ctx("<center>This check enables the use of the <b>SASL</b> authentication procotol " \
"If you enable the proper global option in the Connection/SSL tab and fill the Sasl Nickname and Sasl Password fields in this page, the SASL protocol will be used for this server if available.</center>","options"));
m_pEnableSASLCheck->setChecked(s->enabledSASL());