From b6aa9adf9b028ea7eeb2d4edd60096fa7be34149 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 10 May 2012 15:08:34 -0500 Subject: [PATCH] Branding cleanup: I18N_NOOP KDE -> TDE. --- juk/main.cpp | 2 +- kaboodle/kaboodle_factory.cpp | 2 +- kioslave/audiocd/kcmaudiocd/kcmaudiocd.cpp | 2 +- kmix/main.cpp | 2 +- kscd/kscd.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/juk/main.cpp b/juk/main.cpp index 7a0c53e3..fe8c168a 100644 --- a/juk/main.cpp +++ b/juk/main.cpp @@ -24,7 +24,7 @@ #include "juk.h" -static const char description[] = I18N_NOOP("Jukebox and music manager for KDE"); +static const char description[] = I18N_NOOP("Jukebox and music manager for TDE"); static const char scott[] = I18N_NOOP("Author, chief dork and keeper of the funk"); static const char michael[] = I18N_NOOP("Assistant super-hero, fixer of many things"); static const char daniel[] = I18N_NOOP("System tray docking, \"inline\" tag editing,\nbug fixes, evangelism, moral support"); diff --git a/kaboodle/kaboodle_factory.cpp b/kaboodle/kaboodle_factory.cpp index 99302702..537bdf5c 100644 --- a/kaboodle/kaboodle_factory.cpp +++ b/kaboodle/kaboodle_factory.cpp @@ -67,7 +67,7 @@ const KAboutData *Kaboodle::KaboodleFactory::aboutData() if(!s_aboutData) { s_aboutData = new KAboutData("kaboodle", I18N_NOOP("Kaboodle"), "1.7", - I18N_NOOP("The Lean KDE Media Player"), + I18N_NOOP("The Lean TDE Media Player"), KAboutData::License_BSD, "(c) 2001-2003 Kaboodle developers", 0, "http://www.freekde.org/neil/kaboodle/"); diff --git a/kioslave/audiocd/kcmaudiocd/kcmaudiocd.cpp b/kioslave/audiocd/kcmaudiocd/kcmaudiocd.cpp index 87614806..e5267486 100644 --- a/kioslave/audiocd/kcmaudiocd/kcmaudiocd.cpp +++ b/kioslave/audiocd/kcmaudiocd/kcmaudiocd.cpp @@ -83,7 +83,7 @@ KAudiocdModule::KAudiocdModule(TQWidget *parent, const char *name) connect( example, TQT_SIGNAL( textChanged(const TQString&) ), this, TQT_SLOT( slotConfigChanged() ) ); KAboutData *about = - new KAboutData(I18N_NOOP("kcmaudiocd"), I18N_NOOP("KDE Audio CD IO Slave"), + new KAboutData(I18N_NOOP("kcmaudiocd"), I18N_NOOP("TDE Audio CD IO Slave"), 0, 0, KAboutData::License_GPL, I18N_NOOP("(c) 2000 - 2005 Audio CD developers")); diff --git a/kmix/main.cpp b/kmix/main.cpp index 61c28ea6..7c304925 100644 --- a/kmix/main.cpp +++ b/kmix/main.cpp @@ -29,7 +29,7 @@ #include "version.h" static const char description[] = -I18N_NOOP("KMix - KDE's full featured mini mixer"); +I18N_NOOP("KMix - TDE's full featured mini mixer"); static KCmdLineOptions options[] = { diff --git a/kscd/kscd.cpp b/kscd/kscd.cpp index e842feae..2dcf4842 100644 --- a/kscd/kscd.cpp +++ b/kscd/kscd.cpp @@ -80,7 +80,7 @@ #include #include -static const char description[] = I18N_NOOP("KDE CD player"); +static const char description[] = I18N_NOOP("TDE CD player"); bool stoppedByUser = false;