Branding cleanup: What's This help, KDE -> TDE

pull/1/head
Darrell Anderson 12 years ago
parent 15f7460e91
commit 6eb61da8c1

@ -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);

@ -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>"));

@ -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;
}

Loading…
Cancel
Save