summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:34:05 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:34:05 -0500
commit7e7c92da88f7017555e2bc1b4b278e60ec57ec04 (patch)
treedcc55100410c44d3c73b24296e2b35ea22637d67
parentd2ad0f26f71d3ea7669beff00f686e83dcee2985 (diff)
downloadtdewebdev-7e7c92da88f7017555e2bc1b4b278e60ec57ec04.tar.gz
tdewebdev-7e7c92da88f7017555e2bc1b4b278e60ec57ec04.zip
Branding cleanup: I18N_NOOP KDE -> TDE.
-rw-r--r--klinkstatus/src/main.cpp2
-rw-r--r--kommander/part/kommander_part.cpp2
-rw-r--r--kxsldbg/main.cpp2
-rw-r--r--kxsldbg/xsldbgmain.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/klinkstatus/src/main.cpp b/klinkstatus/src/main.cpp
index e5f292f9..e8ec125a 100644
--- a/klinkstatus/src/main.cpp
+++ b/klinkstatus/src/main.cpp
@@ -31,7 +31,7 @@ using namespace std;
static const char description[] =
- I18N_NOOP("A Link Checker.\n\nKLinkStatus belongs to the tdewebdev module from KDE.");
+ I18N_NOOP("A Link Checker.\n\nKLinkStatus belongs to the tdewebdev module from TDE.");
static const char version[] = "0.3.2";
diff --git a/kommander/part/kommander_part.cpp b/kommander/part/kommander_part.cpp
index dd42e82b..d8a0e597 100644
--- a/kommander/part/kommander_part.cpp
+++ b/kommander/part/kommander_part.cpp
@@ -27,7 +27,7 @@
#include "kommanderversion.h"
static const char *description =
- I18N_NOOP("Executor Part is a component of the Kommander dialog system that executes .kmdr files inside a KDE KPart");
+ I18N_NOOP("Executor Part is a component of the Kommander dialog system that executes .kmdr files inside a TDE KPart");
typedef KParts::GenericFactory<KommanderPart> KommanderPartFactory;
diff --git a/kxsldbg/main.cpp b/kxsldbg/main.cpp
index ca7b18b3..e15ed9af 100644
--- a/kxsldbg/main.cpp
+++ b/kxsldbg/main.cpp
@@ -6,7 +6,7 @@
#include <kdebug.h>
static const char *description =
- I18N_NOOP("A KDE KPart Application for xsldbg, an XSLT debugger");
+ I18N_NOOP("A TDE KPart Application for xsldbg, an XSLT debugger");
static const char *version = VERSION;
static const KCmdLineOptions options[] =
diff --git a/kxsldbg/xsldbgmain.cpp b/kxsldbg/xsldbgmain.cpp
index bcc1852e..929171d0 100644
--- a/kxsldbg/xsldbgmain.cpp
+++ b/kxsldbg/xsldbgmain.cpp
@@ -48,7 +48,7 @@ static int notifyTextXsldbgAppSimple(XsldbgMessageEnum type, const char *text);
static xmlChar * xslDbgShellReadlineSimple(xmlChar * prompt);
-static const char *description = I18N_NOOP("A KDE console application for xsldbg, an XSLT debugger");
+static const char *description = I18N_NOOP("A TDE console application for xsldbg, an XSLT debugger");
static const char *version = VERSION;