summaryrefslogtreecommitdiffstats
path: root/krusader/Konfigurator/kgcolors.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:20:12 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:20:12 -0500
commit873de5e64aff2487f2f6f018a1741de6b3ce4515 (patch)
tree36d4f403623f7cbcc286cfc58f362d8ff1da14af /krusader/Konfigurator/kgcolors.cpp
parente8e4e1914cfbbfd7811be0d3709f2a3e1b637e33 (diff)
downloadkrusader-873de5e64aff2487f2f6f018a1741de6b3ce4515.tar.gz
krusader-873de5e64aff2487f2f6f018a1741de6b3ce4515.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'krusader/Konfigurator/kgcolors.cpp')
-rw-r--r--krusader/Konfigurator/kgcolors.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/krusader/Konfigurator/kgcolors.cpp b/krusader/Konfigurator/kgcolors.cpp
index 0fdd3ce..43aa055 100644
--- a/krusader/Konfigurator/kgcolors.cpp
+++ b/krusader/Konfigurator/kgcolors.cpp
@@ -56,9 +56,9 @@ KgColors::KgColors( bool first, TQWidget* parent, const char* name ) :
KONFIGURATOR_CHECKBOX_PARAM generalSettings[] =
// cfg_class cfg_name default text restart tooltip
- {{"Colors","KDE Default", _KDEDefaultColors, i18n( "Use the default TDE colors" ), false, "<p><img src='toolbar|kcontrol'></p>" + i18n( "<p>Use KDE's global color configuration.</p><p><i>TDE Control Center -> Appearance & Themes -> Colors</i></p>") },
- {"Colors","Enable Alternate Background", _AlternateBackground, i18n( "Use alternate background color" ), false, i18n( "<p>The <b>background color</b> and the <b>alternate background</b> color alternates line by line.</p><p>When you don't use the <i>KDE default colors</i>, you can configure the alternate colors in the <i>colors</i> box.</p>") },
- {"Colors","Show Current Item Always", _ShowCurrentItemAlways, i18n( "Show current item even if not focused" ), false, i18n( "<p>Shows the last cursor position in the non active list panel.</p><p>This option is only available when you don't use the <i>KDE default colors</i>.</p>" ) },
+ {{"Colors","KDE Default", _KDEDefaultColors, i18n( "Use the default TDE colors" ), false, "<p><img src='toolbar|kcontrol'></p>" + i18n( "<p>Use TDE's global color configuration.</p><p><i>TDE Control Center -> Appearance & Themes -> Colors</i></p>") },
+ {"Colors","Enable Alternate Background", _AlternateBackground, i18n( "Use alternate background color" ), false, i18n( "<p>The <b>background color</b> and the <b>alternate background</b> color alternates line by line.</p><p>When you don't use the <i>TDE default colors</i>, you can configure the alternate colors in the <i>colors</i> box.</p>") },
+ {"Colors","Show Current Item Always", _ShowCurrentItemAlways, i18n( "Show current item even if not focused" ), false, i18n( "<p>Shows the last cursor position in the non active list panel.</p><p>This option is only available when you don't use the <i>TDE default colors</i>.</p>" ) },
{"Colors","Dim Inactive Colors", _DimInactiveColors, i18n( "Dim the colors of the inactive panel" ), false, i18n( "<p>The colors of the inactive panel are calculated by a dim color and a dim factor.</p>" ) }};
generals = createCheckBoxGroup( 0, 2, generalSettings, sizeof(generalSettings)/sizeof(generalSettings[0]), generalGrp );