summaryrefslogtreecommitdiffstats
path: root/kioslave
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:58:13 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:58:13 -0500
commit26ac65559544ccddd2f2ec4fbb78df6e17410399 (patch)
treea97c3acde0ed976e86b6659ad0d58504410cc680 /kioslave
parent38ea887ac13a9af7d60aa77b2f3aa89bb3b91969 (diff)
downloadtdelibs-26ac65559544ccddd2f2ec4fbb78df6e17410399.tar.gz
tdelibs-26ac65559544ccddd2f2ec4fbb78df6e17410399.zip
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kioslave')
-rw-r--r--kioslave/http/http_cache_cleaner.cpp4
1 files changed, 2 insertions, 2 deletions
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 );