diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:14:07 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:14:07 -0500 |
commit | e37899bcc3f75c9e314df74fee7cd92167f1c4d8 (patch) | |
tree | a9ddccfd5aa44b1975e0bafd0254d9c00780ac96 /kcontrol/colors | |
parent | cfd4a7e4ea2276df469207aa5041cec412861493 (diff) | |
download | tdebase-e37899bcc3f75c9e314df74fee7cd92167f1c4d8.tar.gz tdebase-e37899bcc3f75c9e314df74fee7cd92167f1c4d8.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kcontrol/colors')
-rw-r--r-- | kcontrol/colors/colorscm.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/colors/colorscm.cpp b/kcontrol/colors/colorscm.cpp index b3c3a568f..27e0dd09b 100644 --- a/kcontrol/colors/colorscm.cpp +++ b/kcontrol/colors/colorscm.cpp @@ -225,7 +225,7 @@ KColorScheme::KColorScheme(TQWidget *parent, const char *name, const TQStringLis groupLayout->addWidget(wcCombo); TQWhatsThis::add( wcCombo, i18n("Click here to select an element of" - " the KDE desktop whose color you want to change. You may either" + " the TDE desktop whose color you want to change. You may either" " choose the \"widget\" here, or click on the corresponding part" " of the preview image above.") ); @@ -856,7 +856,7 @@ void KColorScheme::readSchemeNames() sList->clear(); // Always a current and a default scheme sList->insertItem( i18n("Current Scheme"), 0 ); - sList->insertItem( i18n("KDE Default"), 1 ); + sList->insertItem( i18n("TDE Default"), 1 ); nSysSchemes = 2; // Global + local schemes |