From 6eb61da8c12aef0011b10a626c1fe58c800d2aff Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 3 Jun 2012 13:39:38 -0500 Subject: Branding cleanup: What's This help, KDE -> TDE --- kbabel/commonui/projectprefwidgets.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kbabel/commonui/projectprefwidgets.cpp') 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.

")); -- cgit v1.2.1