From 26ac65559544ccddd2f2ec4fbb78df6e17410399 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 10 May 2012 15:58:13 -0500 Subject: Branding cleanup: I18N_NOOP KDE -> TDE. --- kioslave/http/http_cache_cleaner.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kioslave/http/http_cache_cleaner.cpp') diff --git a/kioslave/http/http_cache_cleaner.cpp b/kioslave/http/http_cache_cleaner.cpp index 02a07c712..fcf58b683 100644 --- a/kioslave/http/http_cache_cleaner.cpp +++ b/kioslave/http/http_cache_cleaner.cpp @@ -50,7 +50,7 @@ int m_maxCacheSize; static const char appName[] = "kio_http_cache_cleaner"; -static const char description[] = I18N_NOOP("KDE HTTP cache maintenance tool"); +static const char description[] = I18N_NOOP("TDE HTTP cache maintenance tool"); static const char version[] = "1.0.0"; @@ -191,7 +191,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) { KLocale::setMainCatalogue("tdelibs"); KCmdLineArgs::init( argc, argv, appName, - I18N_NOOP("KDE HTTP cache maintenance tool"), + I18N_NOOP("TDE HTTP cache maintenance tool"), description, version, true); KCmdLineArgs::addCmdLineOptions( options ); -- cgit v1.2.1