From 4f24944314ddf35eca50330ebc4e7e995bacded7 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 10 May 2012 15:44:21 -0500 Subject: Branding cleanup: I18N_NOOP KDE -> TDE. --- khelpcenter/htmlsearch/index.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'khelpcenter') 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 ); -- cgit v1.2.3