From 284ef1c282448d811f6c32443da9d920be959018 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 10 May 2012 16:06:07 -0500 Subject: Branding cleanup: I18N_NOOP KDE -> TDE. --- libtdepim/komposer/core/prefsmodule.cpp | 2 +- libtdepim/komposer/test/test.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libtdepim') diff --git a/libtdepim/komposer/core/prefsmodule.cpp b/libtdepim/komposer/core/prefsmodule.cpp index 8d3a87f4..e3fdc582 100644 --- a/libtdepim/komposer/core/prefsmodule.cpp +++ b/libtdepim/komposer/core/prefsmodule.cpp @@ -60,7 +60,7 @@ const KAboutData* PrefsModule::aboutData() const { KAboutData *about = new KAboutData( I18N_NOOP( "komposerconfig" ), - I18N_NOOP( "KDE Komposer" ), + I18N_NOOP( "TDE Komposer" ), 0, 0, KAboutData::License_LGPL, I18N_NOOP( "(c), 2003-2004 Zack Rusin" ) ); diff --git a/libtdepim/komposer/test/test.cpp b/libtdepim/komposer/test/test.cpp index 5d4544d2..62e95e10 100644 --- a/libtdepim/komposer/test/test.cpp +++ b/libtdepim/komposer/test/test.cpp @@ -30,7 +30,7 @@ #include static const char description[] = - I18N_NOOP( "KDE mail editing manager" ); + I18N_NOOP( "TDE mail editing manager" ); static const char version[] = "0.0.1 (SVN)"; -- cgit v1.2.3