From aaa79ffdb0a6935676d587de550acd8c9584b904 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 10 May 2012 15:30:13 -0500 Subject: Branding cleanup: I18N_NOOP KDE -> TDE. --- kmag/main.cpp | 2 +- ksayit/src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kmag/main.cpp b/kmag/main.cpp index f0d0c31..0cfb4b8 100644 --- a/kmag/main.cpp +++ b/kmag/main.cpp @@ -43,7 +43,7 @@ int main(int argc, char *argv[]) { // about the application KAboutData *aboutData = new KAboutData("kmag", I18N_NOOP("KMagnifier"), KMAG_VERSION, - I18N_NOOP("Screen magnifier for the K Desktop Environment (KDE)"), + I18N_NOOP("Screen magnifier for the Trinity Desktop Environment (TDE)"), KAboutData::License_GPL, "(C) 2001-2003, Sarang Lakare","", "http://kmag.sourceforge.net"); diff --git a/ksayit/src/main.cpp b/ksayit/src/main.cpp index 61935da..5312d80 100644 --- a/ksayit/src/main.cpp +++ b/ksayit/src/main.cpp @@ -33,7 +33,7 @@ #include "ksayit.h" static const char *description = - I18N_NOOP("KSayIt - A Text To Speech frontend for KDE"); + I18N_NOOP("KSayIt - A Text To Speech frontend for TDE"); // INSERT A DESCRIPTION FOR YOUR APPLICATION HERE -- cgit v1.2.3