From 29c4dd8212dacf80b03d2bfe7f604997f30ef7c8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 8 Jun 2014 18:02:56 +0900 Subject: Rebranding: TDE Control Center --> Trinity Control Center --- KDE2PORTING.html | 6 +++--- KDE3PORTING.html | 2 +- tdecert/tdecertpart.cc | 6 +++--- tdeio/tdeio/tcpslavebase.cpp | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/KDE2PORTING.html b/KDE2PORTING.html index 89d26e184..181a5bccb 100644 --- a/KDE2PORTING.html +++ b/KDE2PORTING.html @@ -55,7 +55,7 @@ or this page online.

  • kled.h, kledlamp.h / KLed, KLedLamp
  • KDockWidget
  • KPixmap, KPixmapEffect
  • -
  • TDE Control Center
  • +
  • Trinity Control Center
  • KWMModuleApplication libtdeui/kwmmapp.h
  • KDebug
  • KFileDialog - General Stuff
  • @@ -772,9 +772,9 @@ Dirk A. Mueller <mueller@kde.org>

    Return to the Table of Contents

    -

    TDE Control Center

    +

    Trinity Control Center

    -The format for modules for the TDE Control Center has changed quite +The format for modules for the Trinity Control Center has changed quite a bit. If you want to port your module to the new schema, please consult

    diff --git a/KDE3PORTING.html b/KDE3PORTING.html index 5168d25c1..d57e90b39 100644 --- a/KDE3PORTING.html +++ b/KDE3PORTING.html @@ -24,7 +24,7 @@ or this page online.

  • Changes in tdespell
  • API-cleanup in TDEHTML
  • Changes in tdefile
  • -
  • TDE Control Center
  • +
  • Trinity Control Center
  • Panel Applets and Extensions
  • 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")); } diff --git a/tdeio/tdeio/tcpslavebase.cpp b/tdeio/tdeio/tcpslavebase.cpp index 9b6b9782e..e9707a76a 100644 --- a/tdeio/tdeio/tcpslavebase.cpp +++ b/tdeio/tdeio/tcpslavebase.cpp @@ -1007,7 +1007,7 @@ int TCPSlaveBase::verifyCertificate() } } } else if (cp == KSSLCertificateCache::Reject) { // fail - messageBox(Information, i18n("SSL certificate is being rejected as requested. You can disable this in the TDE Control Center."), + messageBox(Information, i18n("SSL certificate is being rejected as requested. You can disable this in the Trinity Control Center."), i18n("Server Authentication")); rc = -1; setMetaData("ssl_action", "reject"); -- cgit v1.2.3