summaryrefslogtreecommitdiffstats
path: root/tdesu/tdesu
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-23 16:53:51 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-23 16:53:51 -0500
commitb8f522c88e6aa9fb8e43c7a249e5f98ec9e86edd (patch)
treef724054820a4097b092f58af621c1bfa4e373e0b /tdesu/tdesu
parent5df6c5fca20e917aaa82665131b931a0aa7c8628 (diff)
downloadtdebase-b8f522c88e6aa9fb8e43c7a249e5f98ec9e86edd.tar.gz
tdebase-b8f522c88e6aa9fb8e43c7a249e5f98ec9e86edd.zip
Fix KDE -> TDE branding.
Diffstat (limited to 'tdesu/tdesu')
-rw-r--r--tdesu/tdesu/tdesu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdesu/tdesu/tdesu.cpp b/tdesu/tdesu/tdesu.cpp
index f9ba44e6c..90cb871ca 100644
--- a/tdesu/tdesu/tdesu.cpp
+++ b/tdesu/tdesu/tdesu.cpp
@@ -96,7 +96,7 @@ int main(int argc, char *argv[])
if (duser && duser[0])
options[3].def = duser;
- KAboutData aboutData("tdesu", I18N_NOOP("KDE su"),
+ KAboutData aboutData("tdesu", I18N_NOOP("TDE su"),
Version, I18N_NOOP("Runs a program with elevated privileges."),
KAboutData::License_Artistic,
"Copyright (c) 1998-2000 Geert Jansen, Pietro Iglio");