diff --git a/amor/main.cpp b/amor/main.cpp index 16e89c8..6075bbd 100644 --- a/amor/main.cpp +++ b/amor/main.cpp @@ -40,7 +40,7 @@ #include "amor.h" -static const char description[] = I18N_NOOP("KDE creature for your desktop"); +static const char description[] = I18N_NOOP("TDE creature for your desktop"); int main(int argc, char *argv[]) { diff --git a/kmoon/kmoonapplet.cpp b/kmoon/kmoonapplet.cpp index 442052d..092f9d0 100644 --- a/kmoon/kmoonapplet.cpp +++ b/kmoon/kmoonapplet.cpp @@ -49,7 +49,7 @@ #include "kmoonwidget.h" #include "kmoonapplet.h" -const char *description = I18N_NOOP("Moon Phase Indicator for KDE"); +const char *description = I18N_NOOP("Moon Phase Indicator for TDE"); extern "C" { diff --git a/kteatime/main.cpp b/kteatime/main.cpp index cfb625c..5baeb09 100644 --- a/kteatime/main.cpp +++ b/kteatime/main.cpp @@ -33,7 +33,7 @@ static const char description[] = - I18N_NOOP("KDE utility for making a fine cup of tea"); + I18N_NOOP("TDE utility for making a fine cup of tea"); static const char version[] = "v1.1.0"; diff --git a/kweather/main.cpp b/kweather/main.cpp index 5615011..3acf690 100644 --- a/kweather/main.cpp +++ b/kweather/main.cpp @@ -9,7 +9,7 @@ int main (int argc, char *argv[]) { KLocale::setMainCatalogue("tdelibs"); - KAboutData aboutdata("KWeatherService", I18N_NOOP("KDE"), + KAboutData aboutdata("KWeatherService", I18N_NOOP("TDE"), "0.8", I18N_NOOP("KWeather DCOP Service"), KAboutData::License_GPL, "(C) 2002, Ian Reinhart Geiser"); aboutdata.addAuthor("Ian Reinhart Geiser",I18N_NOOP("Developer"),"geiseri@kde.org");