Branding cleanup: I18N_NOOP KDE -> TDE.

pull/1/head
Darrell Anderson 12 years ago
parent 1dd1fd6a84
commit b6aa9adf9b

@ -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");

@ -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/");

@ -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"));

@ -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[] =
{

@ -80,7 +80,7 @@
#include <kcompactdisc.h>
#include <fixx11h.h>
static const char description[] = I18N_NOOP("KDE CD player");
static const char description[] = I18N_NOOP("TDE CD player");
bool stoppedByUser = false;

Loading…
Cancel
Save