summaryrefslogtreecommitdiffstats
path: root/parts/documentation
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:50:41 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:50:41 -0500
commit46d5d5150c04edf32c2ac900cee80d04f90d0929 (patch)
tree497b2babc4498bb98d17349a1dbcdae5e8982cf0 /parts/documentation
parent45290cb5decb8052acaed4def2b8a74d5f5e32ad (diff)
downloadtdevelop-46d5d5150c04edf32c2ac900cee80d04f90d0929.tar.gz
tdevelop-46d5d5150c04edf32c2ac900cee80d04f90d0929.zip
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'parts/documentation')
-rw-r--r--parts/documentation/tools/htdig/htdigindex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/documentation/tools/htdig/htdigindex.cpp b/parts/documentation/tools/htdig/htdigindex.cpp
index b2e3eeac..c4c5d87e 100644
--- a/parts/documentation/tools/htdig/htdigindex.cpp
+++ b/parts/documentation/tools/htdig/htdigindex.cpp
@@ -451,7 +451,7 @@ int main(int argc, char *argv[])
};
KAboutData aboutData("tdevelop-htdig", I18N_NOOP("KDevelop ht://Dig Indexer"),
- "0.2", I18N_NOOP("KDE Index generator for documentation files."));
+ "0.2", I18N_NOOP("TDE Index generator for documentation files."));
KCmdLineArgs::init(argc, argv, &aboutData);
KCmdLineArgs::addCmdLineOptions(options);