From d4cda7cfe47ffb3743046c1b03258849cfe1b5e1 Mon Sep 17 00:00:00 2001 From: un1versal Date: Sat, 30 Jan 2016 19:03:11 +0000 Subject: OptionsWidget_irc: remove tooltip center formatting --- src/modules/options/OptionsWidget_irc.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules/options/OptionsWidget_irc.cpp') diff --git a/src/modules/options/OptionsWidget_irc.cpp b/src/modules/options/OptionsWidget_irc.cpp index 0145fd744..8246e3217 100644 --- a/src/modules/options/OptionsWidget_irc.cpp +++ b/src/modules/options/OptionsWidget_irc.cpp @@ -48,10 +48,10 @@ OptionsWidget_ircGeneral::OptionsWidget_ircGeneral(QWidget * parent) createLayout(); KviBoolSelector *b = addBoolSelector(0,0,0,0,__tr2qs_ctx("Minimize console after successful login","options"),KviOption_boolMinimizeConsoleAfterConnect); - mergeTip(b,__tr2qs_ctx("
This option will cause KVIrc to minimize the console window after successfully logging into a server.
","options")); + mergeTip(b,__tr2qs_ctx("This option will cause KVIrc to minimize the console window after successfully logging into a server.","options")); b = addBoolSelector(0,1,0,1,__tr2qs_ctx("Show network name in console window list entry","options"),KviOption_boolShowNetworkNameForConsoleWindowListEntry); - mergeTip(b,__tr2qs_ctx("
This option will cause KVIrc to show the network name as the console window list entry instead of the server name. This is nice to keep on unless your servers are not organized in networks or you often connect to two servers of the same network.
","options")); + mergeTip(b,__tr2qs_ctx("This option will cause KVIrc to show the network name as the console window list entry instead of the server name. This is nice to keep on unless your servers are not organized in networks or you often connect to two servers of the same network.","options")); addRowSpacer(0,2,0,2); } @@ -68,11 +68,11 @@ OptionsWidget_ircAdvanced::OptionsWidget_ircAdvanced(QWidget * parent) createLayout(); KviBoolSelector *b = addBoolSelector(0,0,0,0,__tr2qs_ctx("Force immediate quit","options"),KviOption_boolForceBrutalQuit); mergeTip(b, - __tr2qs_ctx("
This option causes KVIrc to close " \ + __tr2qs_ctx("This option causes KVIrc to close " \ "the connection immediately after sending the QUIT message.
" \ "When this option is disabled, KVIrc will wait for the server " \ "to close the connection.
" \ - "Note that if you use this, your QUIT message may be not displayed.
","options")); + "Note that if you use this, your QUIT message may be not displayed.","options")); addBoolSelector(0,1,0,1,__tr2qs_ctx("Prepend gender info to real name","options"),KviOption_boolPrependGenderInfoToRealname); addBoolSelector(0,2,0,2,__tr2qs_ctx("Prepend avatar info to real name","options"),KviOption_boolPrependAvatarInfoToRealname); addBoolSelector(0,3,0,3,__tr2qs_ctx("Prepend smart nick color info to real name","options"),KviOption_boolPrependNickColorInfoToRealname); -- cgit v1.3.1-10-gc9f91