diff options
| author | 2012-07-06 15:35:04 +0000 | |
|---|---|---|
| committer | 2012-07-06 15:35:04 +0000 | |
| commit | 979e66531fa738e82adf6c92ba2657997cb78744 (patch) | |
| tree | f44ebda54d6034f1dae1da6a96b729a2fd99ca6a /src/modules/options | |
| parent | Don't crash on dcc.abort when used inside the dcc chat window (diff) | |
| download | KVIrc-979e66531fa738e82adf6c92ba2657997cb78744.tar.gz KVIrc-979e66531fa738e82adf6c92ba2657997cb78744.tar.bz2 KVIrc-979e66531fa738e82adf6c92ba2657997cb78744.zip | |
Fix a typo in an option description
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6222 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/options')
| -rw-r--r-- | src/modules/options/OptionsWidget_theme.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/options/OptionsWidget_theme.cpp b/src/modules/options/OptionsWidget_theme.cpp index f2518fd1d..96d7d6bbf 100644 --- a/src/modules/options/OptionsWidget_theme.cpp +++ b/src/modules/options/OptionsWidget_theme.cpp @@ -72,19 +72,19 @@ OptionsWidget_themeTransparency::OptionsWidget_themeTransparency(QWidget * paren mergeTip(m_pUseTransparencyBoolSelector, __tr2qs_ctx("<center>This option makes all KVIrc windows look " \ "transparent.<br>You must choose a blending " \ - "background image to below or check the " \ + "background image below or check the " \ "\"Use compositing for real transparency\" option.</center>","options")); #elif defined(COMPILE_ON_WINDOWS) || defined(COMPILE_ON_MINGW) mergeTip(m_pUseTransparencyBoolSelector, __tr2qs_ctx("<center>This option makes all KVIrc windows look " \ "transparent.<br>You must choose a blending " \ - "background image to below or check the " \ + "background image below or check the " \ "\"Use desktop background for transparency\" option.</center>","options")); #else mergeTip(m_pUseTransparencyBoolSelector, __tr2qs_ctx("<center>This option makes all KVIrc windows look " \ "like transparent.<br>You must choose a blending " \ - "background image to below.</center>","options")); + "background image below.</center>","options")); #endif u = addUIntSelector(0,2,1,2,__tr2qs_ctx("Child window opacity:","options"),KviOption_uintGlobalTransparencyChildFadeFactor, |
