diff options
author | Darrell Anderson <[email protected]> | 2012-05-10 15:04:51 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-05-10 15:04:51 -0500 |
commit | 55dce2d5009893beead0a5399112cf88aed8f7d9 (patch) | |
tree | b8b2e275ec540d35256ea558d057d1e71f23392c | |
parent | 7948eba4f14452719066292a38e7192b7218ba6e (diff) | |
download | tdenetwork-55dce2d5009893beead0a5399112cf88aed8f7d9.tar.gz tdenetwork-55dce2d5009893beead0a5399112cf88aed8f7d9.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
-rw-r--r-- | dcoprss/main.cpp | 2 | ||||
-rw-r--r-- | kdict/main.cpp | 2 | ||||
-rw-r--r-- | kget/main.cpp | 2 | ||||
-rw-r--r-- | kopete/kopete/main.cpp | 2 | ||||
-rw-r--r-- | kpf/src/Applet.cpp | 2 | ||||
-rw-r--r-- | ksirc/ksirc.cpp | 2 | ||||
-rw-r--r-- | wifi/main.cpp | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/dcoprss/main.cpp b/dcoprss/main.cpp index fcebf8c0..7e60cac1 100644 --- a/dcoprss/main.cpp +++ b/dcoprss/main.cpp @@ -13,7 +13,7 @@ int main (int argc, char *argv[]) { KLocale::setMainCatalogue("dcoprss"); - KAboutData aboutdata("rssservice", I18N_NOOP("KDE RSS Service"), + KAboutData aboutdata("rssservice", I18N_NOOP("TDE RSS Service"), "0.8", I18N_NOOP("A RSS data service."), KAboutData::License_GPL, "(C) 2003, Ian Reinhart Geiser"); aboutdata.addAuthor("Ian Reinhart Geiser",I18N_NOOP("Developer"),"[email protected]"); diff --git a/kdict/main.cpp b/kdict/main.cpp index fac93b58..c644f6ec 100644 --- a/kdict/main.cpp +++ b/kdict/main.cpp @@ -34,7 +34,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char* argv[]) KAboutData aboutData("kdict", I18N_NOOP("Dictionary"), KDICT_VERSION, - I18N_NOOP("The KDE Dictionary Client"), + I18N_NOOP("The TDE Dictionary Client"), KAboutData:: License_Artistic, "Copyright (c) 1999-2001, Christian Gebauer\nCopyright (c) 1998, Matthias Hoelzer", 0, diff --git a/kget/main.cpp b/kget/main.cpp index f1499e06..589fb177 100644 --- a/kget/main.cpp +++ b/kget/main.cpp @@ -42,7 +42,7 @@ -static const char description[] = I18N_NOOP("An advanced download manager for KDE"); +static const char description[] = I18N_NOOP("An advanced download manager for TDE"); static const char version[] = KGETVERSION; diff --git a/kopete/kopete/main.cpp b/kopete/kopete/main.cpp index 187dc8de..559fdbbb 100644 --- a/kopete/kopete/main.cpp +++ b/kopete/kopete/main.cpp @@ -27,7 +27,7 @@ #include "kopeteversion.h" static const char description[] = - I18N_NOOP( "Kopete, the KDE Instant Messenger" ); + I18N_NOOP( "Kopete, the TDE Instant Messenger" ); static KCmdLineOptions options[] = { diff --git a/kpf/src/Applet.cpp b/kpf/src/Applet.cpp index 983ae0c3..98c91a0b 100644 --- a/kpf/src/Applet.cpp +++ b/kpf/src/Applet.cpp @@ -182,7 +182,7 @@ namespace KPF "kpf", I18N_NOOP("kpf"), kpfVersion, - I18N_NOOP("KDE public fileserver"), + I18N_NOOP("TDE public fileserver"), KAboutData::License_Custom, "(C) 2001 Rik Hemsley (rikkus) <[email protected]>", I18N_NOOP( diff --git a/ksirc/ksirc.cpp b/ksirc/ksirc.cpp index ae3222bb..2025abc1 100644 --- a/ksirc/ksirc.cpp +++ b/ksirc/ksirc.cpp @@ -30,7 +30,7 @@ #include "version.h" static const char description[] = - I18N_NOOP("KDE IRC client"); + I18N_NOOP("TDE IRC client"); //TQDict<KSircTopLevel> TopList; //TQDict<KSircMessageReceiver> TopList; diff --git a/wifi/main.cpp b/wifi/main.cpp index 4cf6f567..1ece499e 100644 --- a/wifi/main.cpp +++ b/wifi/main.cpp @@ -26,7 +26,7 @@ #endif static const char description[] = -I18N_NOOP ("KWiFiManager - Wireless LAN Manager for KDE"); +I18N_NOOP ("KWiFiManager - Wireless LAN Manager for TDE"); static KCmdLineOptions options[] = { |