diff --git a/kalarm/kamail.cpp b/kalarm/kamail.cpp index 2f32bd00..38faa9ea 100644 --- a/kalarm/kamail.cpp +++ b/kalarm/kamail.cpp @@ -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: diff --git a/kalarm/prefdlg.cpp b/kalarm/prefdlg.cpp index b4174094..6af3a3f6 100644 --- a/kalarm/prefdlg.cpp +++ b/kalarm/prefdlg.cpp @@ -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()) diff --git a/kmail/kmail.kcfg b/kmail/kmail.kcfg index d1889e29..9ca8a5e5 100644 --- a/kmail/kmail.kcfg +++ b/kmail/kmail.kcfg @@ -230,7 +230,7 @@ - <p>Enabling this makes it possible to store the entries from the Kontact applications (KOrganizer, KAddressBook, and KNotes.)</p><p>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.</p> + <p>Enabling this makes it possible to store the entries from the Kontact applications (KOrganizer, KAddressBook, and KNotes.)</p><p>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.</p> false diff --git a/korganizer/koattendeeeditor.cpp b/korganizer/koattendeeeditor.cpp index b0cdc295..5f0da24a 100644 --- a/korganizer/koattendeeeditor.cpp +++ b/korganizer/koattendeeeditor.cpp @@ -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, " diff --git a/korganizer/korganizer.kcfg b/korganizer/korganizer.kcfg index d5513fe8..02512778 100644 --- a/korganizer/korganizer.kcfg +++ b/korganizer/korganizer.kcfg @@ -101,7 +101,7 @@ - Check this box to use the KDE-wide e-mail settings, which are defined using the KDE Control Center "Password & User Account" Module. Uncheck this box to be able to specify your full name and e-mail. + Check this box to use the KDE-wide e-mail settings, which are defined using the TDE Control Center "Password & User Account" Module. Uncheck this box to be able to specify your full name and e-mail. true diff --git a/korganizer/tips b/korganizer/tips index 31bf9fcb..aa2929cc 100644 --- a/korganizer/tips +++ b/korganizer/tips @@ -21,7 +21,7 @@ -

...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 Settings, +

...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 Settings, Configure Date & Time... from the menu bar. Select the Time & Dates tab.