summaryrefslogtreecommitdiffstats
path: root/kcmshell
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:58:13 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:58:13 -0500
commit26ac65559544ccddd2f2ec4fbb78df6e17410399 (patch)
treea97c3acde0ed976e86b6659ad0d58504410cc680 /kcmshell
parent38ea887ac13a9af7d60aa77b2f3aa89bb3b91969 (diff)
downloadtdelibs-26ac65559544ccddd2f2ec4fbb78df6e17410399.tar.gz
tdelibs-26ac65559544ccddd2f2ec4fbb78df6e17410399.zip
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kcmshell')
-rw-r--r--kcmshell/main.cpp2
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") );