diff options
Diffstat (limited to 'src/modules/options/OptionsWidget_nickserv.cpp')
| -rw-r--r-- | src/modules/options/OptionsWidget_nickserv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/OptionsWidget_nickserv.cpp b/src/modules/options/OptionsWidget_nickserv.cpp index 877a085cb..7f9778f8e 100644 --- a/src/modules/options/OptionsWidget_nickserv.cpp +++ b/src/modules/options/OptionsWidget_nickserv.cpp @@ -62,7 +62,7 @@ NickServRuleEditor::NickServRuleEditor(QWidget * par, bool bUseServerMaskField) KviTalToolTip::add(m_pNickServMaskEdit, __tr2qs_ctx("This is the mask that NickServ must match to be correctly identified as the NickServ service. " "This usually will be something like <b>NickServ!service@services.dalnet</b>.<br>" "You can use wildcards for this field, but generally it is a security flaw. " - "If you're 100%% sure that NO user on the network can use the nickname \"NickServ\", " + "If you're 100% sure that NO user on the network can use the nickname \"NickServ\", " "the mask <b>NickServ!*@*</b> may be safe to use in this field.", "options")); gl->addWidget(m_pNickServMaskEdit, 1, 1, 1, 3); |
