aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar un1versal2016-02-01 02:14:49 +0000
committerGravatar un1versal2016-02-02 16:25:12 +0000
commit4b8fa413485c4a5c606141bcf1b972443ea1ce32 (patch)
tree523f453123f29265c98197db9fe96dc1e068622b /src
parentOptionsWidget_uparser: remove tooltip center formatting (diff)
downloadKVIrc-4b8fa413485c4a5c606141bcf1b972443ea1ce32.tar.gz
KVIrc-4b8fa413485c4a5c606141bcf1b972443ea1ce32.tar.bz2
KVIrc-4b8fa413485c4a5c606141bcf1b972443ea1ce32.zip
OptionsWidget_windowList: remove tooltip center formatting
Diffstat (limited to 'src')
-rw-r--r--src/modules/options/OptionsWidget_windowList.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/options/OptionsWidget_windowList.cpp b/src/modules/options/OptionsWidget_windowList.cpp
index b2de711ad..05c688499 100644
--- a/src/modules/options/OptionsWidget_windowList.cpp
+++ b/src/modules/options/OptionsWidget_windowList.cpp
@@ -40,13 +40,13 @@ OptionsWidget_windowList::OptionsWidget_windowList(QWidget * parent)
addBoolSelector(0,1,0,1,__tr2qs_ctx("Sort windows by name","options"),KviOption_boolSortWindowListItemsByName);
addBoolSelector(0,2,0,2,__tr2qs_ctx("Show window icons in window list","options"),KviOption_boolUseWindowListIcons);
KviBoolSelector * b = addBoolSelector(0,3,0,3,__tr2qs_ctx("Show activity meter in window list","options"),KviOption_boolUseWindowListActivityMeter);
- mergeTip(b,__tr2qs_ctx("<center>This option enables the usage of the window list activity meter. " \
+ mergeTip(b,__tr2qs_ctx("This option enables the usage of the window list activity meter. " \
"Each window entry will have a small indicator of the activity that is going on in that window. " \
"The indicator is a small square that changes colors, dark colors mean low activity, " \
"while bright colors signal high activity. KVIrc also uses some heuristics to determine " \
"whether the activity is somewhat \"human\" or it is generated by automated entities (such as bots " \
"or IRC servers). \"Human\" activity causes the indicator to be shaded red while automated " \
- "activity causes the indicator to be shaded blue.</center>","options"));
+ "activity causes the indicator to be shaded blue.","options"));
addBoolSelector(0,4,0,4,__tr2qs_ctx("Show IRC context indicator in window list","options"),KviOption_boolUseWindowListIrcContextIndicator);
addBoolSelector(0,5,0,5,__tr2qs_ctx("Enable window tooltips","options"),KviOption_boolShowWindowListToolTips);
addBoolSelector(0,6,0,6,__tr2qs_ctx("Allow the window list to be moved","options"),KviOption_boolShowTreeWindowListHandle);