summaryrefslogtreecommitdiffstats
path: root/kig
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:11:50 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:11:50 -0500
commitd1edaaef86da566eab71596f73ddba9128c12b23 (patch)
treee49da7ba7ee8cb1a71bc63d585076cd4f72cd53c /kig
parentfff01ac84c1d49a9832e7ba09cc55c668dfd3911 (diff)
downloadtdeedu-d1edaaef86da566eab71596f73ddba9128c12b23.tar.gz
tdeedu-d1edaaef86da566eab71596f73ddba9128c12b23.zip
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kig')
-rw-r--r--kig/kig/aboutdata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kig/kig/aboutdata.h b/kig/kig/aboutdata.h
index db4f3689..9a70ad4c 100644
--- a/kig/kig/aboutdata.h
+++ b/kig/kig/aboutdata.h
@@ -23,7 +23,7 @@
inline KAboutData* kigAboutData( const char* name, const char* iname )
{
const char* version = "v" KIGVERSION;
- const char* description = I18N_NOOP( "KDE Interactive Geometry" );
+ const char* description = I18N_NOOP( "TDE Interactive Geometry" );
KAboutData* tmp = new KAboutData( name, iname, version,
description, KAboutData::License_GPL,