diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 15:08:34 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 15:08:34 -0500 |
commit | b6aa9adf9b028ea7eeb2d4edd60096fa7be34149 (patch) | |
tree | 9d54db64fc3997212b1f704b2f773e1bc211ca90 /kmix | |
parent | 1dd1fd6a84cf56921476fb993658fda250aa12b2 (diff) | |
download | tdemultimedia-b6aa9adf9b028ea7eeb2d4edd60096fa7be34149.tar.gz tdemultimedia-b6aa9adf9b028ea7eeb2d4edd60096fa7be34149.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kmix')
-rw-r--r-- | kmix/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmix/main.cpp b/kmix/main.cpp index 61c28ea6..7c304925 100644 --- a/kmix/main.cpp +++ b/kmix/main.cpp @@ -29,7 +29,7 @@ #include "version.h" static const char description[] = -I18N_NOOP("KMix - KDE's full featured mini mixer"); +I18N_NOOP("KMix - TDE's full featured mini mixer"); static KCmdLineOptions options[] = { |