diff options
Diffstat (limited to 'kcmshell')
-rw-r--r-- | kcmshell/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcmshell/main.cpp b/kcmshell/main.cpp index da2c3ffcf..778c3b9a9 100644 --- a/kcmshell/main.cpp +++ b/kcmshell/main.cpp @@ -200,7 +200,7 @@ extern "C" KDE_EXPORT int kdemain(int _argc, char *_argv[]) { KAboutData aboutData( "kcmshell", I18N_NOOP("TDE Control Module"), 0, - I18N_NOOP("A tool to start single KDE control modules"), + I18N_NOOP("A tool to start single TDE control modules"), KAboutData::License_GPL, I18N_NOOP("(c) 1999-2004, The KDE Developers") ); |