diff options
Diffstat (limited to 'kbabel/commonui')
-rw-r--r-- | kbabel/commonui/projectprefwidgets.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
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) "<i>PO-Revision-Date</i> is saved: <ul>\n" "<li><b>Default</b> is the format normally used in PO files.</li>\n" "<li><b>Local</b> is the format specific to your country.\n" -"It can be configured in KDE's Control Center.</li>\n" +"It can be configured in TDE's Control Center.</li>\n" "<li><b>Custom</b> lets you define your own format.</li></ul></p> " "<p>It is recommended that you use the default format to avoid creating non-standard PO files.</p>" "<p>For more information, see section <b>The Preferences Dialog</b> " @@ -484,8 +484,8 @@ IdentityPreferences::IdentityPreferences(TQWidget* parent, const TQString& proje , TQT_SLOT(testPluralForm())); const TQString msg=i18n("<qt><p><b>Number of singular/plural forms</b></p>" - "<p><b>Note</b>: This option is KDE specific. " - "If you are not translating a KDE application, you can safely " + "<p><b>Note</b>: This option is TDE specific. " + "If you are not translating a TDE application, you can safely " "ignore this option.</p>" "<p>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.</p>" "<p>Alternatively, you can set this option to " "<i>Automatic</i> and KBabel will try to get this information " - "automatically from KDE. Use the <i>Test</i> button " + "automatically from TDE. Use the <i>Test</i> button " "to test if it can find it out.</p></qt>"); 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("<qt><p><b>Require plural form arguments in translation</b></p>\n" - "<p><b>Note</b>: This option is KDE specific at the moment. " - "If you are not translating a KDE application, you can safely " + "<p><b>Note</b>: This option is TDE specific at the moment. " + "If you are not translating a TDE application, you can safely " "ignore this option.</p>\n" "<p>If is this option enabled, the validation check will " "require the %n argument to be present in the message.</p></qt>")); |