Branding cleanup: KDE -> TDE

pull/1/head
Darrell Anderson 12 years ago
parent ca2e2e75f5
commit 4d0db73b64

@ -147,10 +147,10 @@ RoughTransDlg::RoughTransDlg(KBabelDictBox *dict, Catalog *cat
connect(markFuzzyButton, TQT_SIGNAL(toggled(bool))
, this, TQT_SLOT(fuzzyButtonToggled(bool)));
kdeButton = new TQCheckBox(i18n("Initialize &KDE-specific entries"),box);
kdeButton = new TQCheckBox(i18n("Initialize &TDE-specific entries"),box);
kdeButton->setChecked(true);
TQWhatsThis::add(kdeButton,
i18n("<qt><p><b>Initialize KDE-specific entries</b></p>"
i18n("<qt><p><b>Initialize TDE-specific entries</b></p>"
"<p>Initialize \"Comment=\" and \"Name=\" entries "
"if a translation is not found. Also, \"NAME OF TRANSLATORS\" "
"and \"EMAIL OF TRANSLATORS\" is filled with identity settings.</p></qt>"));

@ -230,7 +230,7 @@ void DiffPage::addFormatTab()
// add diff modes
m_modeButtonGroup = new TQVButtonGroup( i18n( "Output Format" ), page );
TQWhatsThis::add( m_modeButtonGroup, i18n( "Select the format of the output generated by diff. Unified is the one that is used most frequently because it is very readable. The KDE developers like this format the best so use it for sending patches." ) );
TQWhatsThis::add( m_modeButtonGroup, i18n( "Select the format of the output generated by diff. Unified is the one that is used most frequently because it is very readable. The TDE developers like this format the best so use it for sending patches." ) );
layout->addWidget( m_modeButtonGroup );
m_modeButtonGroup->setMargin( KDialog::marginHint() );

Loading…
Cancel
Save