Branding cleanup: I18N_NOOP KDE -> TDE.

remotes/gitea/gg-tdeadmin-kcron
Darrell Anderson 13 years ago
parent 0bc59781ea
commit 923a29eac1

@ -17,7 +17,7 @@
int main(int argc, char* argv[]) int main(int argc, char* argv[])
{ {
static const char description[] = I18N_NOOP("KDE Task Scheduler"); static const char description[] = I18N_NOOP("TDE Task Scheduler");
KAboutData aboutData("kcron", I18N_NOOP("KCron"), KAboutData aboutData("kcron", I18N_NOOP("KCron"),
VERSION, description, KAboutData::License_GPL, VERSION, description, KAboutData::License_GPL,

@ -38,7 +38,7 @@
#include "KDatMainWindow.h" #include "KDatMainWindow.h"
static const char description[] = static const char description[] =
I18N_NOOP("tar-based DAT archiver for KDE"); I18N_NOOP("tar-based DAT archiver for TDE");
/* in ErrorHandler.cpp */ /* in ErrorHandler.cpp */
void error_handler(int err_sig); void error_handler(int err_sig);

@ -56,7 +56,7 @@
static const char description[] = static const char description[] =
I18N_NOOP("KDE Package installer"); I18N_NOOP("TDE Package installer");
static KCmdLineOptions options[] = static KCmdLineOptions options[] =
{ {

@ -33,7 +33,7 @@
#include "mainWidget.h" #include "mainWidget.h"
static const char *description = static const char *description =
I18N_NOOP("KDE User Editor"); I18N_NOOP("TDE User Editor");
KUserGlobals *kug = 0; KUserGlobals *kug = 0;

Loading…
Cancel
Save