summaryrefslogtreecommitdiffstats
path: root/kcontrol/kcontrol/aboutwidget.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-18 07:05:44 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-18 07:05:44 +0000
commita6c474508ee54308e43fbf67644ab2f78fc1ad83 (patch)
tree9c1c82528b9a62e36a2fc8e946190fe5b151a8fb /kcontrol/kcontrol/aboutwidget.cpp
parenteae76faadec33ec57aacee0783274f9d908d892c (diff)
downloadtdebase-a6c474508ee54308e43fbf67644ab2f78fc1ad83.tar.gz
tdebase-a6c474508ee54308e43fbf67644ab2f78fc1ad83.zip
Additional rebranding
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176576 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcontrol/kcontrol/aboutwidget.cpp')
-rw-r--r--kcontrol/kcontrol/aboutwidget.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/kcontrol/kcontrol/aboutwidget.cpp b/kcontrol/kcontrol/aboutwidget.cpp
index 3a07ee567..f25eae002 100644
--- a/kcontrol/kcontrol/aboutwidget.cpp
+++ b/kcontrol/kcontrol/aboutwidget.cpp
@@ -40,28 +40,28 @@
#include "modules.h"
#include "moduletreeview.h"
-static const char kcc_text[] = I18N_NOOP("KDE Control Center");
+static const char kcc_text[] = I18N_NOOP("Trinity Control Center");
static const char title_text[] = I18N_NOOP("Configure your desktop environment.");
-static const char intro_text[] = I18N_NOOP("Welcome to the \"KDE Control Center\", "
+static const char intro_text[] = I18N_NOOP("Welcome to the \"Trinity Control Center\", "
"a central place to configure your "
"desktop environment. "
"Select an item from the index on the left "
"to load a configuration module.");
-static const char kcc_infotext[] = I18N_NOOP("KDE Info Center");
+static const char kcc_infotext[] = I18N_NOOP("Trinity Info Center");
static const char title_infotext[] = I18N_NOOP("Get system and desktop environment information");
-static const char intro_infotext[] = I18N_NOOP("Welcome to the \"KDE Info Center\", "
+static const char intro_infotext[] = I18N_NOOP("Welcome to the \"Trinity Info Center\", "
"a central place to find information about your "
"computer system.");
static const char use_text[] = I18N_NOOP("Use the \"Search\" field if you are unsure "
"where to look for a particular configuration option.");
-static const char version_text[] = I18N_NOOP("KDE version:");
+static const char version_text[] = I18N_NOOP("Trinity version:");
static const char user_text[] = I18N_NOOP("User:");
static const char host_text[] = I18N_NOOP("Hostname:");
static const char system_text[] = I18N_NOOP("System:");