summaryrefslogtreecommitdiffstats
path: root/kweather
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:46:33 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:46:33 -0500
commitef429400d101bd407a99f1eef77984a2e097592c (patch)
treee7ce6eb7d2c91f331cdcdb5b2cd238b408f08336 /kweather
parent4bcef054194ea8000ecaf47634ad0a5fa199b853 (diff)
downloadtdetoys-ef429400d101bd407a99f1eef77984a2e097592c.tar.gz
tdetoys-ef429400d101bd407a99f1eef77984a2e097592c.zip
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kweather')
-rw-r--r--kweather/main.cpp2
1 files changed, 1 insertions, 1 deletions
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");