diff options
Diffstat (limited to 'kalarm/prefdlg.cpp')
-rw-r--r-- | kalarm/prefdlg.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kalarm/prefdlg.cpp b/kalarm/prefdlg.cpp index b41740941..6af3a3f69 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()) |