diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 15:22:26 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 15:22:26 -0500 |
commit | 923a29eac16798b6a7be777153024d03c8135778 (patch) | |
tree | dac41d7374e52693f74b4eaaae0726ecf90cfbfd /kdat/main.cpp | |
parent | 0bc59781eaca6b6e31258b5d5fc15b3427080512 (diff) | |
download | tdeadmin-923a29eac16798b6a7be777153024d03c8135778.tar.gz tdeadmin-923a29eac16798b6a7be777153024d03c8135778.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kdat/main.cpp')
-rw-r--r-- | kdat/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdat/main.cpp b/kdat/main.cpp index 6f988b2..34704da 100644 --- a/kdat/main.cpp +++ b/kdat/main.cpp @@ -38,7 +38,7 @@ #include "KDatMainWindow.h" static const char description[] = - I18N_NOOP("tar-based DAT archiver for KDE"); + I18N_NOOP("tar-based DAT archiver for TDE"); /* in ErrorHandler.cpp */ void error_handler(int err_sig); |