summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kcron/main.cpp2
-rw-r--r--kdat/main.cpp2
-rw-r--r--kpackage/main.cpp2
-rw-r--r--kuser/main.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/kcron/main.cpp b/kcron/main.cpp
index b77ec27..ce2bbcf 100644
--- a/kcron/main.cpp
+++ b/kcron/main.cpp
@@ -17,7 +17,7 @@
int main(int argc, char* argv[])
{
- static const char description[] = I18N_NOOP("KDE Task Scheduler");
+ static const char description[] = I18N_NOOP("TDE Task Scheduler");
KAboutData aboutData("kcron", I18N_NOOP("KCron"),
VERSION, description, KAboutData::License_GPL,
diff --git a/kdat/main.cpp b/kdat/main.cpp
index 6f988b2..34704da 100644
--- a/kdat/main.cpp
+++ b/kdat/main.cpp
@@ -38,7 +38,7 @@
#include "KDatMainWindow.h"
static const char description[] =
- I18N_NOOP("tar-based DAT archiver for KDE");
+ I18N_NOOP("tar-based DAT archiver for TDE");
/* in ErrorHandler.cpp */
void error_handler(int err_sig);
diff --git a/kpackage/main.cpp b/kpackage/main.cpp
index 3ee47cd..6581df4 100644
--- a/kpackage/main.cpp
+++ b/kpackage/main.cpp
@@ -56,7 +56,7 @@
static const char description[] =
- I18N_NOOP("KDE Package installer");
+ I18N_NOOP("TDE Package installer");
static KCmdLineOptions options[] =
{
diff --git a/kuser/main.cpp b/kuser/main.cpp
index 638011d..a990b1b 100644
--- a/kuser/main.cpp
+++ b/kuser/main.cpp
@@ -33,7 +33,7 @@
#include "mainWidget.h"
static const char *description =
- I18N_NOOP("KDE User Editor");
+ I18N_NOOP("TDE User Editor");
KUserGlobals *kug = 0;