summaryrefslogtreecommitdiffstats
path: root/kalarm/prefdlg.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-06-08 21:05:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-06-08 21:05:35 +0900
commit93aee1b625df28b290eaf0779ee241ddce27cb69 (patch)
tree367f3a27d8fae968a9c4e6e9f7b18fa625fa8b13 /kalarm/prefdlg.cpp
parentcb52ffbf91ad08947e494efaf13a144235b3b432 (diff)
downloadtdepim-93aee1b625df28b290eaf0779ee241ddce27cb69.tar.gz
tdepim-93aee1b625df28b290eaf0779ee241ddce27cb69.zip
Rebranding: TDE Control Center --> Trinity Control Center
Diffstat (limited to 'kalarm/prefdlg.cpp')
-rw-r--r--kalarm/prefdlg.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kalarm/prefdlg.cpp b/kalarm/prefdlg.cpp
index 2525139f..22346afa 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 TDE Control Center, to identify you as the sender when sending email alarms."));
+ i18n("Check to use the email address set in the Trinity 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 TDE Control Center, for blind copying email alarms to yourself."));
+ i18n("Check to use the email address set in the Trinity 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 TDE Control Center. %1").arg(errmsg);
+ errmsg = i18n("No email address is currently set in the Trinity Control Center. %1").arg(errmsg);
break;
case Preferences::MAIL_FROM_KMAIL:
if (KAMail::identitiesExist())