summaryrefslogtreecommitdiffstats
path: root/kalarm/main.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 16:06:07 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 16:06:07 -0500
commit284ef1c282448d811f6c32443da9d920be959018 (patch)
treee2d9fd375f60ae0208794a3b83f17e3c9934a91e /kalarm/main.cpp
parent2d5f15c865de75f3147bd849ef81d3ed034f8104 (diff)
downloadtdepim-284ef1c282448d811f6c32443da9d920be959018.tar.gz
tdepim-284ef1c282448d811f6c32443da9d920be959018.zip
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kalarm/main.cpp')
-rw-r--r--kalarm/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kalarm/main.cpp b/kalarm/main.cpp
index 0e1906ce..8851df61 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");