aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar un1versal2016-02-01 02:06:27 +0000
committerGravatar un1versal2016-02-02 16:25:09 +0000
commit94bb2e9c8e0ce1d86e1eed26b586dbe47d944217 (patch)
tree5e09780b1d2126693ce1679e86cdaeac755d4f2f /src
parentOptionsWidget_proxy: remove tooltip center formatting (diff)
downloadKVIrc-94bb2e9c8e0ce1d86e1eed26b586dbe47d944217.tar.gz
KVIrc-94bb2e9c8e0ce1d86e1eed26b586dbe47d944217.tar.bz2
KVIrc-94bb2e9c8e0ce1d86e1eed26b586dbe47d944217.zip
OptionsWidget_query: remove tooltip center formatting
Diffstat (limited to 'src')
-rw-r--r--src/modules/options/OptionsWidget_query.cpp36
1 files changed, 18 insertions, 18 deletions
diff --git a/src/modules/options/OptionsWidget_query.cpp b/src/modules/options/OptionsWidget_query.cpp
index 6d49078af..4f0b1e39f 100644
--- a/src/modules/options/OptionsWidget_query.cpp
+++ b/src/modules/options/OptionsWidget_query.cpp
@@ -42,57 +42,57 @@ OptionsWidget_query::OptionsWidget_query(QWidget * parent)
KviTalGroupBox * g = addGroupBox(0,0,1,0,Qt::Horizontal,__tr2qs_ctx("Open Query for","options"));
KviBoolSelector * b = addBoolSelector(g, __tr2qs_ctx("Private messages","options"),KviOption_boolCreateQueryOnPrivmsg);
mergeTip(b,
- __tr2qs_ctx("<center>This option enables query window creation " \
+ __tr2qs_ctx("This option enables query window creation " \
"when a private message (PRIVMSG) is received.<br>" \
"If you disable this, private messages will " \
- "be shown in the active window or a common channel.</center>","options"));
+ "be shown in the active window or a common channel.","options"));
b = addBoolSelector(g, __tr2qs_ctx("Private notices","options"),KviOption_boolCreateQueryOnNotice);
mergeTip(b,
- __tr2qs_ctx("<center>This option enables query window creation " \
+ __tr2qs_ctx("This option enables query window creation " \
"when a private notice (NOTICE) is received.<br>" \
"If you disable this, private notices will " \
- "be shown in the active window or a common channel.</center>","options"));
+ "be shown in the active window or a common channel.","options"));
b = addBoolSelector(0,1,1,1,__tr2qs_ctx("Open incoming queries as minimized","options"),KviOption_boolCreateIncomingQueriesAsMinimized);
mergeTip(b,
- __tr2qs_ctx("<center>This option causes newly created " \
+ __tr2qs_ctx("This option causes newly created " \
"query windows to be immediately minimized.<br>" \
"Enable this if you don't like queries " \
- "popping up while you're typing something in a channel. :D</center>","options"));
+ "popping up while you're typing something in a channel. :D","options"));
b = addBoolSelector(0,2,1,2, __tr2qs_ctx("Enable target user tracking","options"),KviOption_boolEnableQueryTracing);
mergeTip(b,
- __tr2qs_ctx("<center>This option will enable target user tracking.<br>" \
+ __tr2qs_ctx("This option will enable target user tracking.<br>" \
"Some actions of the target user (e.g. joins and parts) " \
- "will be displayed in the window.<br></center>","options"));
+ "will be displayed in the window.","options"));
#if (defined(COMPILE_ON_WINDOWS) || defined(COMPILE_KDE_SUPPORT) || defined(COMPILE_ON_MINGW))
b = addBoolSelector(0,3,1,3,__tr2qs_ctx("Flash system taskbar on new query message","options"),KviOption_boolFlashQueryWindowOnNewMessages);
mergeTip(b,
- __tr2qs_ctx("<center>This option causes the system taskbar entry for KVIrc to flash when a new query message " \
- "is received and the KVIrc window is not the active.</center>","options"));
+ __tr2qs_ctx("This option causes the system taskbar entry for KVIrc to flash when a new query message " \
+ "is received and the KVIrc window is not the active.","options"));
#endif
b = addBoolSelector(0,4,1,4, __tr2qs_ctx("Popup notifier on new query message","options"),KviOption_boolPopupNotifierOnNewQueryMessages);
mergeTip(b,
- __tr2qs_ctx("<center>This option causes a small notifier window to pop up " \
+ __tr2qs_ctx("This option causes a small notifier window to pop up " \
"in the lower right corner of the screen when a new message is received " \
- "and the KVIrc window is not active.</center>","options"));
+ "and the KVIrc window is not active.","options"));
b = addBoolSelector(0,5,1,5, __tr2qs_ctx("Popup notifier on new notice","options"),KviOption_boolPopupNotifierOnNewNotices);
mergeTip(b,
- __tr2qs_ctx("<center>This option causes a small notifier window to pop up " \
+ __tr2qs_ctx("This option causes a small notifier window to pop up " \
"in the lower right corner of the screen when a new notice is received " \
- "and the KVIrc window is not active.</center>","options"));
+ "and the KVIrc window is not active.","options"));
b = addBoolSelector(0,6,1,6, __tr2qs_ctx("Show information about query target at the top of the query","options"),KviOption_boolShowExtendedInfoInQueryLabel);
mergeTip(b,
- __tr2qs_ctx("<center>This option enables query window information " \
+ __tr2qs_ctx("This option enables query window information " \
"label. It can show you known information about query target at the top of the window.<br>" \
"Uncheck if you think,that it wastes your query space" \
- "</center>","options"));
+ "","options"));
b = addBoolSelector(0,7,1,7,__tr2qs_ctx("Paste last query log","options"),KviOption_boolPasteLastLogOnQueryJoin);
@@ -101,11 +101,11 @@ OptionsWidget_query::OptionsWidget_query(QWidget * parent)
KviUIntSelector * u = addUIntSelector(box,__tr2qs_ctx("Paste up to:","options"),KviOption_uintLinesToPasteOnQueryJoin,0,50,10,KVI_OPTION_BOOL(KviOption_boolPasteLastLogOnQueryJoin));
u->setSuffix(__tr2qs_ctx(" lines","options"));
- mergeTip(u,__tr2qs_ctx("<center>Minimum value: <b>0 lines</b><br>Maximum value: <b>50 lines</b></center>","options"));
+ mergeTip(u,__tr2qs_ctx("Minimum value: <b>0 lines</b><br>Maximum value: <b>50 lines</b>","options"));
connect(b,SIGNAL(toggled(bool)),u,SLOT(setEnabled(bool)));
u = addUIntSelector(box,__tr2qs_ctx("Interval:","options"),KviOption_uintDaysIntervalToPasteOnQueryJoin,1,10,10,KVI_OPTION_BOOL(KviOption_boolPasteLastLogOnQueryJoin));
u->setSuffix(__tr2qs_ctx(" days","options"));
- mergeTip(u,__tr2qs_ctx("<center>Minimum value: <b>0 days</b><br>Maximum value: <b>10 days</b></center>","options"));
+ mergeTip(u,__tr2qs_ctx("Minimum value: <b>0 days</b><br>Maximum value: <b>10 days</b>","options"));
connect(b,SIGNAL(toggled(bool)),u,SLOT(setEnabled(bool)));
addRowSpacer(0,9,1,9);