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 /juk | |
parent | 1dd1fd6a84cf56921476fb993658fda250aa12b2 (diff) | |
download | tdemultimedia-b6aa9adf9b028ea7eeb2d4edd60096fa7be34149.tar.gz tdemultimedia-b6aa9adf9b028ea7eeb2d4edd60096fa7be34149.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'juk')
-rw-r--r-- | juk/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/main.cpp b/juk/main.cpp index 7a0c53e3..fe8c168a 100644 --- a/juk/main.cpp +++ b/juk/main.cpp @@ -24,7 +24,7 @@ #include "juk.h" -static const char description[] = I18N_NOOP("Jukebox and music manager for KDE"); +static const char description[] = I18N_NOOP("Jukebox and music manager for TDE"); static const char scott[] = I18N_NOOP("Author, chief dork and keeper of the funk"); static const char michael[] = I18N_NOOP("Assistant super-hero, fixer of many things"); static const char daniel[] = I18N_NOOP("System tray docking, \"inline\" tag editing,\nbug fixes, evangelism, moral support"); |