summaryrefslogtreecommitdiffstats
path: root/src/modules/options/optw_irc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/options/optw_irc.cpp')
-rw-r--r--src/modules/options/optw_irc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/options/optw_irc.cpp b/src/modules/options/optw_irc.cpp
index a6cee9d0..71b60956 100644
--- a/src/modules/options/optw_irc.cpp
+++ b/src/modules/options/optw_irc.cpp
@@ -76,10 +76,10 @@ KviIrcAdvancedOptionsWidget::KviIrcAdvancedOptionsWidget(TQWidget * parent)
#ifdef COMPILE_INFO_TIPS
mergeTip(b,
__tr2qs_ctx("<center>This option causes KVIrc to close " \
- "the connection immediately after sending the TQUIT message.<br>" \
+ "the connection immediately after sending the QUIT message.<br>" \
"When this option is disabled, KVIrc will wait for the server " \
"to close the connection.<br>" \
- "Note that if you use this, your TQUIT message may be not displayed.</center>","options"));
+ "Note that if you use this, your QUIT message may be not displayed.</center>","options"));
#endif
addBoolSelector(0,1,0,1,__tr2qs_ctx("Prepend gender info to realname","options"),KviOption_boolPrependGenderInfoToRealname);
}