Branding cleanup: I18N_NOOP KDE -> TDE.

pull/1/head
Darrell Anderson 12 years ago
parent d2ad0f26f7
commit 7e7c92da88

@ -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";

@ -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;

@ -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[] =

@ -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;

Loading…
Cancel
Save