diff options
| author | 2016-02-01 02:11:21 +0000 | |
|---|---|---|
| committer | 2016-02-02 16:25:10 +0000 | |
| commit | ca7f451309f3726ea35581de8343481fa775ab3a (patch) | |
| tree | 7b552d3025910e898e39252b0f59f923ac955839 /src/modules | |
| parent | OptionsWidget_servers: remove tooltip center formatting (diff) | |
| download | KVIrc-ca7f451309f3726ea35581de8343481fa775ab3a.tar.gz KVIrc-ca7f451309f3726ea35581de8343481fa775ab3a.tar.bz2 KVIrc-ca7f451309f3726ea35581de8343481fa775ab3a.zip | |
OptionsWidget_theme: remove tooltip center formatting
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/options/OptionsWidget_theme.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/modules/options/OptionsWidget_theme.cpp b/src/modules/options/OptionsWidget_theme.cpp index dcff18062..94aced6eb 100644 --- a/src/modules/options/OptionsWidget_theme.cpp +++ b/src/modules/options/OptionsWidget_theme.cpp @@ -70,21 +70,21 @@ OptionsWidget_themeTransparency::OptionsWidget_themeTransparency(QWidget * paren m_pUseTransparencyBoolSelector = addBoolSelector(0,1,1,1,__tr2qs_ctx("Enable transparency","options"),KviOption_boolUseGlobalPseudoTransparency); #ifdef COMPILE_X11_SUPPORT mergeTip(m_pUseTransparencyBoolSelector, - __tr2qs_ctx("<center>This option makes all KVIrc windows look " \ + __tr2qs_ctx("This option makes all KVIrc windows look " \ "transparent.<br>You must choose a blending " \ "background image below or check the " \ - "\"Use compositing for real transparency\" option.</center>","options")); + "\"Use compositing for real transparency\" option.","options")); #elif defined(COMPILE_ON_WINDOWS) || defined(COMPILE_ON_MINGW) mergeTip(m_pUseTransparencyBoolSelector, - __tr2qs_ctx("<center>This option makes all KVIrc windows look " \ + __tr2qs_ctx("This option makes all KVIrc windows look " \ "transparent.<br>You must choose a blending " \ "background image below or check the " \ - "\"Use desktop background for transparency\" option.</center>","options")); + "\"Use desktop background for transparency\" option.","options")); #else mergeTip(m_pUseTransparencyBoolSelector, - __tr2qs_ctx("<center>This option makes all KVIrc windows look " \ + __tr2qs_ctx("This option makes all KVIrc windows look " \ "like transparent.<br>You must choose a blending " \ - "background image below.</center>","options")); + "background image below.","options")); #endif u = addUIntSelector(0,2,1,2,__tr2qs_ctx("Child window opacity:","options"),KviOption_uintGlobalTransparencyChildFadeFactor, |
