diff options
author | Darrell Anderson <[email protected]> | 2012-05-10 15:46:33 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-05-10 15:46:33 -0500 |
commit | ef429400d101bd407a99f1eef77984a2e097592c (patch) | |
tree | e7ce6eb7d2c91f331cdcdb5b2cd238b408f08336 /amor | |
parent | 4bcef054194ea8000ecaf47634ad0a5fa199b853 (diff) | |
download | tdetoys-ef429400d101bd407a99f1eef77984a2e097592c.tar.gz tdetoys-ef429400d101bd407a99f1eef77984a2e097592c.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'amor')
-rw-r--r-- | amor/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amor/main.cpp b/amor/main.cpp index 16e89c8..6075bbd 100644 --- a/amor/main.cpp +++ b/amor/main.cpp @@ -40,7 +40,7 @@ #include "amor.h" -static const char description[] = I18N_NOOP("KDE creature for your desktop"); +static const char description[] = I18N_NOOP("TDE creature for your desktop"); int main(int argc, char *argv[]) { |