diff options
author | Darrell Anderson <[email protected]> | 2012-05-10 16:35:44 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-05-10 16:35:44 -0500 |
commit | f3b139a42eab75bf943f968c79ef0e224d2a2c8a (patch) | |
tree | b69ae472ddf8c3e8a0f2afd765a17299823b133d | |
parent | 82806a03ea419871940eb3c03c792f3ea15734d9 (diff) | |
download | kpowersave-f3b139a42eab75bf943f968c79ef0e224d2a2c8a.tar.gz kpowersave-f3b139a42eab75bf943f968c79ef0e224d2a2c8a.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 3001691..6e4636d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -40,7 +40,7 @@ * \date 2004 - 2007 */ -static const char description[] = I18N_NOOP("KDE Frontend for Power Management, Battery Monitoring and Suspend"); +static const char description[] = I18N_NOOP("TDE Frontend for Power Management, Battery Monitoring and Suspend"); KCmdLineOptions options[] = { { "force-acpi-check", I18N_NOOP("Force a new check for ACPI support"), 0 }, { "dbg-trace", I18N_NOOP("Trace function entry and leave points for debug\n"), 0 }, |