diff options
author | Darrell Anderson <[email protected]> | 2012-05-10 16:24:36 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-05-10 16:24:36 -0500 |
commit | abad3b65649d2e3cf3fc80171771bc5ce53c4f5d (patch) | |
tree | b6ba8737965b70f635817c2884acb4b114cac622 | |
parent | df4473324ca371a7dd52eb49c05347192bfb4b43 (diff) | |
download | knetload-abad3b65649d2e3cf3fc80171771bc5ce53c4f5d.tar.gz knetload-abad3b65649d2e3cf3fc80171771bc5ce53c4f5d.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
-rw-r--r-- | knetload/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knetload/main.cpp b/knetload/main.cpp index 7cd5e36..b48d424 100644 --- a/knetload/main.cpp +++ b/knetload/main.cpp @@ -20,7 +20,7 @@ #include <kuniqueapplication.h> static const char description[] = - I18N_NOOP("A small network load meter for Kicker (the KDE panel)."); + I18N_NOOP("A small network load meter for Kicker (the TDE panel)."); static const char message[] = I18N_NOOP("KNetLoad was first released on the 8th of August, 1999."); static const char version[] = VERSION; /*VERSION;*/ |