summaryrefslogtreecommitdiffstats
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
parent4bcef054194ea8000ecaf47634ad0a5fa199b853 (diff)
downloadtdetoys-ef429400.tar.gz
tdetoys-ef429400.zip
Branding cleanup: I18N_NOOP KDE -> TDE.
-rw-r--r--amor/main.cpp2
-rw-r--r--kmoon/kmoonapplet.cpp2
-rw-r--r--kteatime/main.cpp2
-rw-r--r--kweather/main.cpp2
4 files changed, 4 insertions, 4 deletions
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");