summaryrefslogtreecommitdiffstats
path: root/kcert/kcertpart.cc
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-23 19:59:34 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-23 19:59:34 -0500
commita0c4a4ed060a7d4ddbf68c8e477ea322b116f73c (patch)
tree2830ccd67a3502120ca61af254485f6e2a06c485 /kcert/kcertpart.cc
parent598ec0e5fcb8432000ae96d73c031075ec1771ac (diff)
downloadtdelibs-a0c4a4ed060a7d4ddbf68c8e477ea322b116f73c.tar.gz
tdelibs-a0c4a4ed060a7d4ddbf68c8e477ea322b116f73c.zip
Fix KDE -> TDE branding.
Diffstat (limited to 'kcert/kcertpart.cc')
-rw-r--r--kcert/kcertpart.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/kcert/kcertpart.cc b/kcert/kcertpart.cc
index e704ad339..9ea247d5b 100644
--- a/kcert/kcertpart.cc
+++ b/kcert/kcertpart.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 KDE.\nYou can manage your certificate settings from the KDE Control Center."), i18n("Certificate Import"));
+ 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"));
} else if (_ca) {
KConfig 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 KDE.\nYou can manage your certificate settings from the KDE Control Center."), i18n("Certificate Import"));
+ 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"));
}
}
@@ -870,7 +870,7 @@ _silentImport = false;
_p12 = p12Save;
_ca = caSave;
_curName = curNameSave;
-KMessageBox::information(_frame, i18n("Certificates have been successfully imported into KDE.\nYou can manage your certificate settings from the KDE Control Center."), i18n("Certificate Import"));
+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"));
}