diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 15:50:41 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 15:50:41 -0500 |
commit | 46d5d5150c04edf32c2ac900cee80d04f90d0929 (patch) | |
tree | 497b2babc4498bb98d17349a1dbcdae5e8982cf0 /parts/documentation | |
parent | 45290cb5decb8052acaed4def2b8a74d5f5e32ad (diff) | |
download | tdevelop-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.cpp | 2 |
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); |