diff options
Diffstat (limited to 'kcron/main.cpp')
-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, |