diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 16:11:09 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 16:11:09 -0500 |
commit | 0227fecf5cba48f30f6340416419dc391b692dd8 (patch) | |
tree | 8845c6eed121dd21b0bf8ee73e0ea1b4f8c279bd /src/main.cpp | |
parent | a016df82c8970a2aaccbf3b061e102af3a3f04ab (diff) | |
download | k9copy-0227fecf5cba48f30f6340416419dc391b692dd8.tar.gz k9copy-0227fecf5cba48f30f6340416419dc391b692dd8.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'src/main.cpp')
-rwxr-xr-x | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index f5ee876..9312be7 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -29,7 +29,7 @@ #include "k9redirect.h" static const char description[] = - I18N_NOOP("A DVD Backup tool for KDE"); + I18N_NOOP("A DVD Backup tool for TDE"); static const char version[] = VERSION ;// "1.1.1-2"; |