Branding cleanup: I18N_NOOP KDE -> TDE.

pull/1/head
Darrell Anderson 12 years ago
parent fff01ac84c
commit d1edaaef86

@ -29,7 +29,7 @@
#include "fontchecker.h" #include "fontchecker.h"
static const char description[] = static const char description[] =
I18N_NOOP("Classical hangman game for KDE"); I18N_NOOP("Classical hangman game for TDE");
static const char version[] = "0.1"; static const char version[] = "0.1";

@ -23,7 +23,7 @@
inline KAboutData* kigAboutData( const char* name, const char* iname ) inline KAboutData* kigAboutData( const char* name, const char* iname )
{ {
const char* version = "v" KIGVERSION; const char* version = "v" KIGVERSION;
const char* description = I18N_NOOP( "KDE Interactive Geometry" ); const char* description = I18N_NOOP( "TDE Interactive Geometry" );
KAboutData* tmp = new KAboutData( name, iname, version, KAboutData* tmp = new KAboutData( name, iname, version,
description, KAboutData::License_GPL, description, KAboutData::License_GPL,

@ -40,7 +40,7 @@
static const char description[] = static const char description[] =
I18N_NOOP( "Mathematical function plotter for KDE" ); I18N_NOOP( "Mathematical function plotter for TDE" );
static KCmdLineOptions options[] = static KCmdLineOptions options[] =
{ {

@ -63,7 +63,7 @@ static const char version[] = KVOCTRAIN_VERSION_STRING;
"http://www.ewald-arnold.de" ); "http://www.ewald-arnold.de" );
aboutData.addCredit("Waldo Bastian", aboutData.addCredit("Waldo Bastian",
I18N_NOOP("Help with port to TQt3/KDE3")); I18N_NOOP("Help with port to Qt3/KDE3"));
aboutData.addCredit("Andrea Marconi", aboutData.addCredit("Andrea Marconi",
I18N_NOOP("Initial Italian localization")); I18N_NOOP("Initial Italian localization"));

Loading…
Cancel
Save