From 48ac1cc210850b98d9ec3508b7a74a549c9f3cf6 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 10 May 2012 16:16:00 -0500 Subject: [PATCH] Branding cleanup: I18N_NOOP KDE -> TDE. --- kcpuload/kcpuload/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcpuload/kcpuload/main.cpp b/kcpuload/kcpuload/main.cpp index 1be5ad3..80dcfe1 100644 --- a/kcpuload/kcpuload/main.cpp +++ b/kcpuload/kcpuload/main.cpp @@ -19,7 +19,7 @@ #include static const char *description = - I18N_NOOP("A small CPU usage meter for Kicker (the KDE panel)."); + I18N_NOOP("A small CPU usage meter for Kicker (the TDE panel)."); static const char *message = I18N_NOOP("KCPULoad was first released on the 8th of August, 1999."); static const char *version = "2.00";