diff options
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 " |