From b69876cf87a7155fc3b3faf4415ae785bd9f0eba Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 10 May 2012 15:16:58 -0500 Subject: [PATCH] Branding cleanup: I18N_NOOP KDE -> TDE. --- kcoloredit/kcolorchooser.cpp | 2 +- kfax/kfax.cpp | 2 +- kiconedit/main.cpp | 2 +- kmrml/kmrml/mrml_part.cpp | 2 +- kolourpaint/kolourpaint.cpp | 2 +- kruler/main.cpp | 4 ++-- ksnapshot/main.cpp | 2 +- kview/kviewcanvas/test/main.cpp | 2 +- kview/kviewviewer/kviewviewer.cpp | 2 +- kview/main.cpp | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/kcoloredit/kcolorchooser.cpp b/kcoloredit/kcolorchooser.cpp index 24f9ab01..a2427285 100644 --- a/kcoloredit/kcolorchooser.cpp +++ b/kcoloredit/kcolorchooser.cpp @@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "kcolordialog.h" static const char description[] = - I18N_NOOP("KDE Color Chooser"); + I18N_NOOP("TDE Color Chooser"); static const char version[] = "v1.0.1"; diff --git a/kfax/kfax.cpp b/kfax/kfax.cpp index e6eddf6a..dfd48afa 100644 --- a/kfax/kfax.cpp +++ b/kfax/kfax.cpp @@ -1619,7 +1619,7 @@ void setFaxDefaults(){ } static const char description[] = - I18N_NOOP("KDE G3/G4 Fax Viewer"); + I18N_NOOP("TDE G3/G4 Fax Viewer"); static KCmdLineOptions options[] = { diff --git a/kiconedit/main.cpp b/kiconedit/main.cpp index 2e0b82f2..7c016af7 100644 --- a/kiconedit/main.cpp +++ b/kiconedit/main.cpp @@ -32,7 +32,7 @@ #include "properties.h" static const char description[] = - I18N_NOOP("KDE Icon Editor"); + I18N_NOOP("TDE Icon Editor"); static KCmdLineOptions options[] = { diff --git a/kmrml/kmrml/mrml_part.cpp b/kmrml/kmrml/mrml_part.cpp index d54f8525..a9390097 100644 --- a/kmrml/kmrml/mrml_part.cpp +++ b/kmrml/kmrml/mrml_part.cpp @@ -834,7 +834,7 @@ KAboutData * MrmlPart::createAboutData() { KAboutData *data = new KAboutData( "kmrml", - I18N_NOOP("MRML Client for KDE"), + I18N_NOOP("MRML Client for TDE"), KMRML_VERSION, I18N_NOOP("A tool to search for images by their content"), KAboutData::License_GPL, diff --git a/kolourpaint/kolourpaint.cpp b/kolourpaint/kolourpaint.cpp index 37cff567..b82dca77 100644 --- a/kolourpaint/kolourpaint.cpp +++ b/kolourpaint/kolourpaint.cpp @@ -62,7 +62,7 @@ int main (int argc, char *argv []) "kolourpaint", I18N_NOOP ("KolourPaint"), kpVersionText, - I18N_NOOP ("Paint Program for KDE"), + I18N_NOOP ("Paint Program for TDE"), KAboutData::License_Custom, 0/*copyright statement - see licence instead*/, 0/*no free text*/, diff --git a/kruler/main.cpp b/kruler/main.cpp index 484ca318..764e874c 100644 --- a/kruler/main.cpp +++ b/kruler/main.cpp @@ -26,9 +26,9 @@ int main(int argc, char *argv[]) { - KAboutData aboutData( "kruler", I18N_NOOP("KDE Screen Ruler"), + KAboutData aboutData( "kruler", I18N_NOOP("TDE Screen Ruler"), VERSION, - I18N_NOOP("A screen ruler for the K Desktop Environment"), + I18N_NOOP("A screen ruler for the Trinity Desktop Environment"), KAboutData::License_GPL, "(c) 2000, Till Krech", freeFormText, diff --git a/ksnapshot/main.cpp b/ksnapshot/main.cpp index f3e397e2..84883a32 100644 --- a/ksnapshot/main.cpp +++ b/ksnapshot/main.cpp @@ -31,7 +31,7 @@ #include "ksnapshot.h" static const char description[] = - I18N_NOOP("KDE Screenshot Utility"); + I18N_NOOP("TDE Screenshot Utility"); static KCmdLineOptions options[] = { diff --git a/kview/kviewcanvas/test/main.cpp b/kview/kviewcanvas/test/main.cpp index 360fdefd..8501908b 100644 --- a/kview/kviewcanvas/test/main.cpp +++ b/kview/kviewcanvas/test/main.cpp @@ -5,7 +5,7 @@ #include static const char description[] = - I18N_NOOP("A KDE KPart Application"); + I18N_NOOP("A TDE KPart Application"); static const char version[] = "v0.1"; diff --git a/kview/kviewviewer/kviewviewer.cpp b/kview/kviewviewer/kviewviewer.cpp index afe381ae..12a2d4a7 100644 --- a/kview/kviewviewer/kviewviewer.cpp +++ b/kview/kviewviewer/kviewviewer.cpp @@ -170,7 +170,7 @@ KViewViewer::~KViewViewer() KAboutData * KViewViewer::createAboutData() { KAboutData * aboutData = new KAboutData( "kviewviewer", I18N_NOOP( "KView" ), - KVIEW_VERSION, I18N_NOOP( "KDE Image Viewer Part" ), + KVIEW_VERSION, I18N_NOOP( "TDE Image Viewer Part" ), KAboutData::License_GPL, I18N_NOOP("(c) 1997-2002, The KView Developers") ); aboutData->addAuthor( "Matthias Kretz", I18N_NOOP( "Maintainer" ), "kretz@kde.org" ); diff --git a/kview/main.cpp b/kview/main.cpp index 80e752be..82e31fdc 100644 --- a/kview/main.cpp +++ b/kview/main.cpp @@ -23,7 +23,7 @@ #include #include -static const char description[] = I18N_NOOP( "KDE Image Viewer" ); +static const char description[] = I18N_NOOP( "TDE Image Viewer" ); static KCmdLineOptions options[] = {