summaryrefslogtreecommitdiffstats
path: root/kstyles
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:58:13 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:58:13 -0500
commit26ac65559544ccddd2f2ec4fbb78df6e17410399 (patch)
treea97c3acde0ed976e86b6659ad0d58504410cc680 /kstyles
parent38ea887ac13a9af7d60aa77b2f3aa89bb3b91969 (diff)
downloadtdelibs-26ac65559544ccddd2f2ec4fbb78df6e17410399.tar.gz
tdelibs-26ac65559544ccddd2f2ec4fbb78df6e17410399.zip
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kstyles')
-rw-r--r--kstyles/utils/installtheme/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstyles/utils/installtheme/main.cpp b/kstyles/utils/installtheme/main.cpp
index 5ddf8cd56..b9ab927cc 100644
--- a/kstyles/utils/installtheme/main.cpp
+++ b/kstyles/utils/installtheme/main.cpp
@@ -32,7 +32,7 @@
#include <ksimpleconfig.h>
#include <kstandarddirs.h>
-static const char desc[] = I18N_NOOP("KDE Tool to build a cache list of all pixmap themes installed");
+static const char desc[] = I18N_NOOP("TDE Tool to build a cache list of all pixmap themes installed");
static const char ver[] = "0.9.1";
int main(int argc, char **argv)