From 6eb61da8c12aef0011b10a626c1fe58c800d2aff Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 3 Jun 2012 13:39:38 -0500 Subject: [PATCH] Branding cleanup: What's This help, KDE -> TDE --- kbabel/catalogmanager/catalogmanager.cpp | 2 +- kbabel/commonui/projectprefwidgets.cpp | 12 ++++++------ kbabel/kbabel/kbabel.cpp | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/kbabel/catalogmanager/catalogmanager.cpp b/kbabel/catalogmanager/catalogmanager.cpp index 030abd43..f8455145 100644 --- a/kbabel/catalogmanager/catalogmanager.cpp +++ b/kbabel/catalogmanager/catalogmanager.cpp @@ -856,7 +856,7 @@ bool CatalogManager::startKBabel() if( kapp->startServiceByDesktopName(app,url, &result, &service)) { KMessageBox::error( this, i18n("Unable to use KLauncher to start KBabel.\n" - "You should check the installation of KDE.\n" + "You should check the installation of TDE.\n" "Please start KBabel manually.")); return false; } else sleep(1); diff --git a/kbabel/commonui/projectprefwidgets.cpp b/kbabel/commonui/projectprefwidgets.cpp index 6a0f0dae..4aa6ab74 100644 --- a/kbabel/commonui/projectprefwidgets.cpp +++ b/kbabel/commonui/projectprefwidgets.cpp @@ -316,7 +316,7 @@ SavePreferences::SavePreferences(TQWidget *parent) "PO-Revision-Date is saved:

" "

It is recommended that you use the default format to avoid creating non-standard PO files.

" "

For more information, see section The Preferences Dialog " @@ -484,8 +484,8 @@ IdentityPreferences::IdentityPreferences(TQWidget* parent, const TQString& proje , TQT_SLOT(testPluralForm())); const TQString msg=i18n("

Number of singular/plural forms

" - "

Note: This option is KDE specific. " - "If you are not translating a KDE application, you can safely " + "

Note: This option is TDE specific. " + "If you are not translating a TDE application, you can safely " "ignore this option.

" "

Choose here how many singular and plural forms are used in " "your language. " @@ -493,7 +493,7 @@ IdentityPreferences::IdentityPreferences(TQWidget* parent, const TQString& proje "team.

" "

Alternatively, you can set this option to " "Automatic and KBabel will try to get this information " - "automatically from KDE. Use the Test button " + "automatically from TDE. Use the Test button " "to test if it can find it out.

"); TQWhatsThis::add(_pluralFormsBox,msg); TQWhatsThis::add(_testPluralButton,msg); @@ -519,8 +519,8 @@ IdentityPreferences::IdentityPreferences(TQWidget* parent, const TQString& proje , group, "kcfg_CheckPluralArgument" ); TQWhatsThis::add(_checkPluralArgumentBox, i18n("

Require plural form arguments in translation

\n" - "

Note: This option is KDE specific at the moment. " - "If you are not translating a KDE application, you can safely " + "

Note: This option is TDE specific at the moment. " + "If you are not translating a TDE application, you can safely " "ignore this option.

\n" "

If is this option enabled, the validation check will " "require the %n argument to be present in the message.

")); diff --git a/kbabel/kbabel/kbabel.cpp b/kbabel/kbabel/kbabel.cpp index efdde668..406e8509 100644 --- a/kbabel/kbabel/kbabel.cpp +++ b/kbabel/kbabel/kbabel.cpp @@ -1264,7 +1264,7 @@ void KBabelMW::openCatalogManager() if( kapp->startServiceByDesktopName(prog,url, &result,&service)) { KMessageBox::error(this, i18n("Unable to use KLauncher to start " - "Catalog Manager. You should check the installation of KDE.\n" + "Catalog Manager. You should check the installation of TDE.\n" "Please start Catalog Manager manually.")); return; }