From 923a29eac16798b6a7be777153024d03c8135778 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 10 May 2012 15:22:26 -0500 Subject: [PATCH] Branding cleanup: I18N_NOOP KDE -> TDE. --- kcron/main.cpp | 2 +- kdat/main.cpp | 2 +- kpackage/main.cpp | 2 +- kuser/main.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kcron/main.cpp b/kcron/main.cpp index b77ec27..ce2bbcf 100644 --- a/kcron/main.cpp +++ b/kcron/main.cpp @@ -17,7 +17,7 @@ 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"), VERSION, description, KAboutData::License_GPL, diff --git a/kdat/main.cpp b/kdat/main.cpp index 6f988b2..34704da 100644 --- a/kdat/main.cpp +++ b/kdat/main.cpp @@ -38,7 +38,7 @@ #include "KDatMainWindow.h" static const char description[] = - I18N_NOOP("tar-based DAT archiver for KDE"); + I18N_NOOP("tar-based DAT archiver for TDE"); /* in ErrorHandler.cpp */ void error_handler(int err_sig); diff --git a/kpackage/main.cpp b/kpackage/main.cpp index 3ee47cd..6581df4 100644 --- a/kpackage/main.cpp +++ b/kpackage/main.cpp @@ -56,7 +56,7 @@ static const char description[] = - I18N_NOOP("KDE Package installer"); + I18N_NOOP("TDE Package installer"); static KCmdLineOptions options[] = { diff --git a/kuser/main.cpp b/kuser/main.cpp index 638011d..a990b1b 100644 --- a/kuser/main.cpp +++ b/kuser/main.cpp @@ -33,7 +33,7 @@ #include "mainWidget.h" static const char *description = - I18N_NOOP("KDE User Editor"); + I18N_NOOP("TDE User Editor"); KUserGlobals *kug = 0;