diff options
Diffstat (limited to 'kalarm/main.cpp')
-rw-r--r-- | kalarm/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalarm/main.cpp b/kalarm/main.cpp index 0e1906ce2..8851df614 100644 --- a/kalarm/main.cpp +++ b/kalarm/main.cpp @@ -108,7 +108,7 @@ static KCmdLineOptions options[] = int main(int argc, char *argv[]) { KAboutData aboutData(PROGRAM_NAME, I18N_NOOP("KAlarm"), KALARM_VERSION, - I18N_NOOP("Personal alarm message, command and email scheduler for KDE"), + I18N_NOOP("Personal alarm message, command and email scheduler for TDE"), KAboutData::License_GPL, "Copyright 2001-2007, David Jarvie", 0, "http://www.astrojar.org.uk/kalarm"); aboutData.addAuthor("David Jarvie", 0, "software@astrojar.org.uk"); |