summaryrefslogtreecommitdiffstats
path: root/kapptemplate
diff options
context:
space:
mode:
Diffstat (limited to 'kapptemplate')
-rw-r--r--kapptemplate/kapp/main.cpp2
-rw-r--r--kapptemplate/kpartapp/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kapptemplate/kapp/main.cpp b/kapptemplate/kapp/main.cpp
index 40118215..016b7442 100644
--- a/kapptemplate/kapp/main.cpp
+++ b/kapptemplate/kapp/main.cpp
@@ -8,7 +8,7 @@ cat << EOF > $LOCATION_ROOT/${APP_NAME_LC}/main.cpp
#include <klocale.h>
static const char description[] =
- I18N_NOOP("A KDE Application");
+ I18N_NOOP("A TDE Application");
static const char version[] = "v${APP_VERSION}";
diff --git a/kapptemplate/kpartapp/main.cpp b/kapptemplate/kpartapp/main.cpp
index 14bbf216..3c7c3b3b 100644
--- a/kapptemplate/kpartapp/main.cpp
+++ b/kapptemplate/kpartapp/main.cpp
@@ -7,7 +7,7 @@ cat << EOF > $LOCATION_ROOT/${APP_NAME_LC}/main.cpp
#include <klocale.h>
static const char description[] =
- I18N_NOOP("A KDE KPart Application");
+ I18N_NOOP("A TDE KPart Application");
static const char version[] = "v${APP_VERSION}";