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"
static const char description[] =
I18N_NOOP("Classical hangman game for KDE");
I18N_NOOP("Classical hangman game for TDE");
static const char version[] = "0.1";

@ -23,7 +23,7 @@
inline KAboutData* kigAboutData( const char* name, const char* iname )
{
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,
description, KAboutData::License_GPL,

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

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

Loading…
Cancel
Save