Branding cleanup: I18N_NOOP KDE -> TDE.

pull/1/head
Darrell Anderson 12 years ago
parent 4bcef05419
commit ef429400d1

@ -40,7 +40,7 @@
#include "amor.h"
static const char description[] = I18N_NOOP("KDE creature for your desktop");
static const char description[] = I18N_NOOP("TDE creature for your desktop");
int main(int argc, char *argv[])
{

@ -49,7 +49,7 @@
#include "kmoonwidget.h"
#include "kmoonapplet.h"
const char *description = I18N_NOOP("Moon Phase Indicator for KDE");
const char *description = I18N_NOOP("Moon Phase Indicator for TDE");
extern "C"
{

@ -33,7 +33,7 @@
static const char description[] =
I18N_NOOP("KDE utility for making a fine cup of tea");
I18N_NOOP("TDE utility for making a fine cup of tea");
static const char version[] = "v1.1.0";

@ -9,7 +9,7 @@
int main (int argc, char *argv[])
{
KLocale::setMainCatalogue("tdelibs");
KAboutData aboutdata("KWeatherService", I18N_NOOP("KDE"),
KAboutData aboutdata("KWeatherService", I18N_NOOP("TDE"),
"0.8", I18N_NOOP("KWeather DCOP Service"),
KAboutData::License_GPL, "(C) 2002, Ian Reinhart Geiser");
aboutdata.addAuthor("Ian Reinhart Geiser",I18N_NOOP("Developer"),"geiseri@kde.org");

Loading…
Cancel
Save