aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options/OptionsWidget_ctcp.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2016-01-30 17:42:30 +0000
committerGravatar un1versal2016-02-02 16:25:01 +0000
commit6f01f989f1c757bd0849634a6a3e8b8acda433d4 (patch)
tree99f88e42d719fc15776a7d9ceed5cea5b91931d0 /src/modules/options/OptionsWidget_ctcp.cpp
parentOptionsWidget_connection: remove tooltip center formatting (diff)
downloadKVIrc-6f01f989f1c757bd0849634a6a3e8b8acda433d4.tar.gz
KVIrc-6f01f989f1c757bd0849634a6a3e8b8acda433d4.tar.bz2
KVIrc-6f01f989f1c757bd0849634a6a3e8b8acda433d4.zip
OptionsWidget_ctcp: remove tooltip center formatting
Diffstat (limited to 'src/modules/options/OptionsWidget_ctcp.cpp')
-rw-r--r--src/modules/options/OptionsWidget_ctcp.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/options/OptionsWidget_ctcp.cpp b/src/modules/options/OptionsWidget_ctcp.cpp
index a799a5e4e..408b8246d 100644
--- a/src/modules/options/OptionsWidget_ctcp.cpp
+++ b/src/modules/options/OptionsWidget_ctcp.cpp
@@ -47,24 +47,24 @@ OptionsWidget_ctcp::OptionsWidget_ctcp(QWidget * parent)
s->setMinimumLabelWidth(200);
mergeTip(s,
- __tr2qs_ctx("<center>This text will be appended to the CTCP VERSION reply.<br>For example, you can place a script name here.</center>","options"));
+ __tr2qs_ctx("This text will be appended to the CTCP VERSION reply.<br>For example, you can place a script name here.","options"));
s = addStringSelector(gs, __tr2qs_ctx("Append to SOURCE reply:","options"),KviOption_stringCtcpSourcePostfix);
s->setMinimumLabelWidth(200);
mergeTip(s,
- __tr2qs_ctx("<center>This text will be appended to the CTCP SOURCE reply.<br>For example, you can place the source URL for a script here.</center>","options"));
+ __tr2qs_ctx("This text will be appended to the CTCP SOURCE reply.<br>For example, you can place the source URL for a script here.","options"));
// s = addStringSelector(gs, __tr2qs_ctx("USERINFO reply:","options"),KviOption_stringCtcpUserinfoReply);
// mergeTip(s,
-// __tr2qs_ctx("<center>This is the CTCP USERINFO reply.<br>It can contain some information about yourself.</center>","options"));
+// __tr2qs_ctx("This is the CTCP USERINFO reply.<br>It can contain some information about yourself.","options"));
s = addStringSelector(gs, __tr2qs_ctx("PAGE reply:","options"),KviOption_stringCtcpPageReply);
s->setMinimumLabelWidth(200);
mergeTip(s,
- __tr2qs_ctx("<center>This is the CTCP PAGE reply.<br>It should contain some sort of acknowledgement for CTCP PAGE messages.</center>","options"));
+ __tr2qs_ctx("This is the CTCP PAGE reply.<br>It should contain some sort of acknowledgement for CTCP PAGE messages.","options"));
addBoolSelector(gs,__tr2qs_ctx("Show the CTCP replies in the active window","options"),KviOption_boolCtcpRepliesToActiveWindow);