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 /kcron | |
parent | 0bc59781eaca6b6e31258b5d5fc15b3427080512 (diff) | |
download | tdeadmin-923a29eac16798b6a7be777153024d03c8135778.tar.gz tdeadmin-923a29eac16798b6a7be777153024d03c8135778.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kcron')
-rw-r--r-- | kcron/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcron/main.cpp b/kcron/main.cpp index b77ec27..ce2bbcf 100644 --- a/kcron/main.cpp +++ b/kcron/main.cpp @@ -17,7 +17,7 @@ int main(int argc, char* argv[]) { - static const char description[] = I18N_NOOP("KDE Task Scheduler"); + static const char description[] = I18N_NOOP("TDE Task Scheduler"); KAboutData aboutData("kcron", I18N_NOOP("KCron"), VERSION, description, KAboutData::License_GPL, |