diff options
Diffstat (limited to 'kcontrol/kthememanager/kthememanager.cpp')
-rw-r--r-- | kcontrol/kthememanager/kthememanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/kthememanager/kthememanager.cpp b/kcontrol/kthememanager/kthememanager.cpp index e704b09d2..47070ab02 100644 --- a/kcontrol/kthememanager/kthememanager.cpp +++ b/kcontrol/kthememanager/kthememanager.cpp @@ -48,13 +48,13 @@ kthememanager::kthememanager( TQWidget *parent, const char *name ) KAboutData *about = new KAboutData("kthememanager", I18N_NOOP("TDE Theme Manager"), "0.4", I18N_NOOP("This control module handles installing, removing and " - "creating visual KDE themes."), + "creating visual TDE themes."), KAboutData::License_GPL, "(c) 2003, 2004, 2006 Lukáš Tinkl", 0, "http://developer.kde.org/~lukas/kthememanager"); setAboutData( about ); setQuickHelp( i18n("This control module handles installing, removing and " - "creating visual KDE themes.")); + "creating visual TDE themes.")); setButtons( KCModule::Default|KCModule::Apply|KCModule::Help ); |