]> jfr.im git - irc/kvirc/KVIrc.git/commitdiff
revert wront option box capitalization
authorun1versal <redacted>
Sun, 27 Dec 2015 04:54:05 +0000 (04:54 +0000)
committerun1versal <redacted>
Sun, 27 Dec 2015 05:00:52 +0000 (05:00 +0000)
missed in cddeb99d

src/modules/options/OptionsWidget_nickserv.cpp

index 20b72a5bb824a3be9f2cdb99df442fd395a2f8b4..5601570f42bcf27b739af6ad68a0607b3eeafaad 100644 (file)
@@ -229,7 +229,7 @@ OptionsWidget_nickServ::OptionsWidget_nickServ(QWidget * parent)
        KviNickServRuleSet * rs = g_pNickServRuleSet;
        bool bNickServEnabled = rs ? (rs->isEnabled() && !rs->isEmpty()) : false;
 
-       m_pNickServCheck = new QCheckBox(__tr2qs_ctx("Enable NickServ Identification","options"),this);
+       m_pNickServCheck = new QCheckBox(__tr2qs_ctx("Enable NickServ identification","options"),this);
        gl->addWidget(m_pNickServCheck,0,0,1,3);
 //     gl->addMultiCellWidget(m_pNickServCheck,0,0,0,2);
        KviTalToolTip::add(m_pNickServCheck,__tr2qs_ctx("This check enables the automatic identification with NickServ","options"));