diff options
Diffstat (limited to 'kxsldbg')
-rw-r--r-- | kxsldbg/main.cpp | 2 | ||||
-rw-r--r-- | kxsldbg/xsldbgmain.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
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; |