diff options
Diffstat (limited to 'khelpcenter/htmlsearch')
-rw-r--r-- | khelpcenter/htmlsearch/index.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khelpcenter/htmlsearch/index.cpp b/khelpcenter/htmlsearch/index.cpp index 545145589..4b1642fa5 100644 --- a/khelpcenter/htmlsearch/index.cpp +++ b/khelpcenter/htmlsearch/index.cpp @@ -17,7 +17,7 @@ int main(int argc, char *argv[]) { KAboutData aboutData( "khtmlindex", I18N_NOOP("KHtmlIndex"), "", - I18N_NOOP("KDE Index generator for help files.")); + I18N_NOOP("TDE Index generator for help files.")); KCmdLineArgs::init(argc, argv, &aboutData); KCmdLineArgs::addCmdLineOptions( options ); |