summaryrefslogtreecommitdiffstats
path: root/kcontrol/konq/desktop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/konq/desktop.cpp')
-rw-r--r--kcontrol/konq/desktop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/konq/desktop.cpp b/kcontrol/konq/desktop.cpp
index 4be13ef3f..dcd0d7eeb 100644
--- a/kcontrol/konq/desktop.cpp
+++ b/kcontrol/konq/desktop.cpp
@@ -74,7 +74,7 @@ KDesktopConfig::KDesktopConfig(TQWidget *parent, const char * /*name*/)
connect(_numInput, TQT_SIGNAL(valueChanged(int)), TQT_SLOT(slotValueChanged(int)));
connect(_numInput, TQT_SIGNAL(valueChanged(int)), TQT_SLOT( changed() ));
label->setBuddy( _numInput );
- TQString wtstr = i18n( "Here you can set how many virtual desktops you want on your KDE desktop. Move the slider to change the value." );
+ TQString wtstr = i18n( "Here you can set how many virtual desktops you want on your TDE desktop. Move the slider to change the value." );
TQWhatsThis::add( label, wtstr );
TQWhatsThis::add( _numInput, wtstr );