Fix KDE -> TDE branding.

pull/21/head
Darrell Anderson 12 years ago
parent c077d82142
commit 2181678937

@ -134,7 +134,7 @@ bool KAMail::send(const KAEvent& event, TQStringList& errmsgs, bool allowNotify)
errmsgs = errors(i18n("No 'From' email address is configured (no default KMail identity found)\nPlease set it in KMail or in the KAlarm Preferences dialog."));
break;
case Preferences::MAIL_FROM_CONTROL_CENTRE:
errmsgs = errors(i18n("No 'From' email address is configured.\nPlease set it in the KDE Control Center or in the KAlarm Preferences dialog."));
errmsgs = errors(i18n("No 'From' email address is configured.\nPlease set it in the TDE Control Center or in the KAlarm Preferences dialog."));
break;
case Preferences::MAIL_FROM_ADDR:
default:

@ -658,7 +658,7 @@ EmailPrefTab::EmailPrefTab(TQVBox* frame)
radio->setFixedSize(radio->sizeHint());
mFromAddressGroup->insert(radio, Preferences::MAIL_FROM_CONTROL_CENTRE);
TQWhatsThis::add(radio,
i18n("Check to use the email address set in the KDE Control Center, to identify you as the sender when sending email alarms."));
i18n("Check to use the email address set in the TDE Control Center, to identify you as the sender when sending email alarms."));
grid->addMultiCellWidget(radio, 2, 2, 1, 2, TQt::AlignAuto);
// 'From' email address to be picked from KMail's identities when the email alarm is configured
@ -699,7 +699,7 @@ EmailPrefTab::EmailPrefTab(TQVBox* frame)
radio->setFixedSize(radio->sizeHint());
mBccAddressGroup->insert(radio, Preferences::MAIL_FROM_CONTROL_CENTRE);
TQWhatsThis::add(radio,
i18n("Check to use the email address set in the KDE Control Center, for blind copying email alarms to yourself."));
i18n("Check to use the email address set in the TDE Control Center, for blind copying email alarms to yourself."));
grid->addMultiCellWidget(radio, 6, 6, 1, 2, TQt::AlignAuto);
group->setFixedHeight(group->sizeHint().height());
@ -799,7 +799,7 @@ TQString EmailPrefTab::validateAddr(ButtonGroup* group, TQLineEdit* addr, const
case Preferences::MAIL_FROM_CONTROL_CENTRE:
if (!KAMail::controlCentreAddress().isEmpty())
return TQString();
errmsg = i18n("No email address is currently set in the KDE Control Center. %1").arg(errmsg);
errmsg = i18n("No email address is currently set in the TDE Control Center. %1").arg(errmsg);
break;
case Preferences::MAIL_FROM_KMAIL:
if (KAMail::identitiesExist())

@ -230,7 +230,7 @@
<group name="IMAP Resource">
<entry name="TheIMAPResourceEnabled" type="Bool">
<whatsthis>&lt;p&gt;Enabling this makes it possible to store the entries from the Kontact applications (KOrganizer, KAddressBook, and KNotes.)&lt;/p&gt;&lt;p&gt;If you want to set this option you must also set the applications to use the IMAP resource; this is done in the KDE Control Center.&lt;/p&gt;</whatsthis>
<whatsthis>&lt;p&gt;Enabling this makes it possible to store the entries from the Kontact applications (KOrganizer, KAddressBook, and KNotes.)&lt;/p&gt;&lt;p&gt;If you want to set this option you must also set the applications to use the IMAP resource; this is done in the TDE Control Center.&lt;/p&gt;</whatsthis>
<default>false</default>
</entry>

@ -75,7 +75,7 @@ void KOAttendeeEditor::initOrganizerWidgets(TQWidget * parent, TQBoxLayout * lay
"Identities can be set in the 'Personal' "
"section of the KOrganizer configuration, or in the "
"'Security & Privacy'->'Password & User Account' "
"section of the KDE Control Center. In addition, "
"section of the TDE Control Center. In addition, "
"identities are gathered from your KMail settings "
"and from your address book. If you choose "
"to set it globally for KDE in the Control Center, "

@ -101,7 +101,7 @@
</entry>
<entry type="Bool" key="Use Control Center Email" name="EmailControlCenter">
<label>Use email settings from Control Center</label>
<whatsthis>Check this box to use the KDE-wide e-mail settings, which are defined using the KDE Control Center &quot;Password &amp; User Account&quot; Module. Uncheck this box to be able to specify your full name and e-mail.</whatsthis>
<whatsthis>Check this box to use the KDE-wide e-mail settings, which are defined using the TDE Control Center &quot;Password &amp; User Account&quot; Module. Uncheck this box to be able to specify your full name and e-mail.</whatsthis>
<default>true</default>
</entry>
<entry type="String" key="user_name" name="UserName">

@ -21,7 +21,7 @@
<tip category="KOrganizer|General">
<html>
<p>...that you can select whether the week starts on Monday or on Sunday in the KDE Control Center? KOrganizer uses this setting. Look at Regional & Accessibility->Country/Region & Languages in the KDE Control Center, or select <b>Settings</b>,
<p>...that you can select whether the week starts on Monday or on Sunday in the TDE Control Center? KOrganizer uses this setting. Look at Regional & Accessibility->Country/Region & Languages in the TDE Control Center, or select <b>Settings</b>,
<b>Configure Date & Time...</b> from the menu bar. Select the Time & Dates tab.
</p>
</html>

Loading…
Cancel
Save