summaryrefslogtreecommitdiffstats
path: root/tdecert/tdecertpart.cc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-06-08 18:02:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-06-08 18:02:56 +0900
commit29c4dd8212dacf80b03d2bfe7f604997f30ef7c8 (patch)
treefbdffec5dc5f5766048a9629395e2951907266b1 /tdecert/tdecertpart.cc
parent790fe12d34447ad8549fcb75acf05d056e6743c6 (diff)
downloadtdelibs-29c4dd8212dacf80b03d2bfe7f604997f30ef7c8.tar.gz
tdelibs-29c4dd8212dacf80b03d2bfe7f604997f30ef7c8.zip
Rebranding: TDE Control Center --> Trinity Control Center
Diffstat (limited to 'tdecert/tdecertpart.cc')
-rw-r--r--tdecert/tdecertpart.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecert/tdecertpart.cc b/tdecert/tdecertpart.cc
index 9a50e6e29..8bdd4d381 100644
--- a/tdecert/tdecertpart.cc
+++ b/tdecert/tdecertpart.cc
@@ -738,7 +738,7 @@ void KCertPart::slotImport() {
cfg.writeEntry("Password", "");
cfg.sync();
if (!_silentImport)
- KMessageBox::information(_frame, i18n("Certificate has been successfully imported into TDE.\nYou can manage your certificate settings from the TDE Control Center."), i18n("Certificate Import"));
+ KMessageBox::information(_frame, i18n("Certificate has been successfully imported into TDE.\nYou can manage your certificate settings from the Trinity Control Center."), i18n("Certificate Import"));
} else if (_ca) {
TDEConfig cfg("ksslcalist", true, false);
if (cfg.hasGroup(_ca->getSubject())) {
@@ -756,7 +756,7 @@ void KCertPart::slotImport() {
_signers->regenerate();
if (!_silentImport)
- KMessageBox::information(_frame, i18n("Certificate has been successfully imported into TDE.\nYou can manage your certificate settings from the TDE Control Center."), i18n("Certificate Import"));
+ KMessageBox::information(_frame, i18n("Certificate has been successfully imported into TDE.\nYou can manage your certificate settings from the Trinity Control Center."), i18n("Certificate Import"));
}
}
@@ -870,7 +870,7 @@ _silentImport = false;
_p12 = p12Save;
_ca = caSave;
_curName = curNameSave;
-KMessageBox::information(_frame, i18n("Certificates have been successfully imported into TDE.\nYou can manage your certificate settings from the TDE Control Center."), i18n("Certificate Import"));
+KMessageBox::information(_frame, i18n("Certificates have been successfully imported into TDE.\nYou can manage your certificate settings from the Trinity Control Center."), i18n("Certificate Import"));
}