diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 13:37:17 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 13:37:17 -0500 |
commit | 49a4f2cebb2899a18183be8e42644dc6383f0148 (patch) | |
tree | 84ee06ff2ff78582a9f4450db8412f35c03cdc91 /twin-styles | |
parent | d6fd61bdd370405573f5a808fc6ee50be44ce440 (diff) | |
download | tdeartwork-49a4f2cebb2899a18183be8e42644dc6383f0148.tar.gz tdeartwork-49a4f2cebb2899a18183be8e42644dc6383f0148.zip |
Branding cleanup: What's This help, KDE -> TDE
Diffstat (limited to 'twin-styles')
-rw-r--r-- | twin-styles/icewm/config/config.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/twin-styles/icewm/config/config.cpp b/twin-styles/icewm/config/config.cpp index a0a2a8db..a9db9993 100644 --- a/twin-styles/icewm/config/config.cpp +++ b/twin-styles/icewm/config/config.cpp @@ -73,7 +73,7 @@ IceWMConfig::IceWMConfig( KConfig* conf, TQWidget* parent ) TQWhatsThis::add( cbThemeTitleTextColors, i18n("When selected, titlebar colors will follow those set " - "in the IceWM theme. If not selected, the current KDE " + "in the IceWM theme. If not selected, the current TDE " "titlebar colors will be used instead.") ); cbTitleBarOnTop = new TQCheckBox( @@ -93,11 +93,11 @@ IceWMConfig::IceWMConfig( KConfig* conf, TQWidget* parent ) "theme's defaults are used instead.") ); urlLabel = new KURLLabel( mainWidget ); - urlLabel->setText( i18n("Open KDE's IceWM theme folder") ); + urlLabel->setText( i18n("Open TDE's IceWM theme folder") ); themeLabel = new TQLabel( i18n("Clicking on the link above will cause a window to appear " - "showing the KDE IceWM theme folder. You can " + "showing the TDE IceWM theme folder. You can " "add or remove native IceWM themes by " "uncompressing <b>http://icewm.themes.org/</b> theme files " "into this folder, or by creating folder symlinks to " |