From 9996ec6f1cf879af378891f6e2d639edf6b4e615 Mon Sep 17 00:00:00 2001 From: SET Date: Sat, 7 Nov 2020 16:28:28 +0100 Subject: [PATCH] Hint at one-way operation during key certification. Applying Exportable and Non-Revocable options cannot be undone. --- PopupCertifyUserId.cpp | 2 ++ WTAPPROOT/K7/K7.xml | 1 + WTAPPROOT/K7/K7_fr.xml | 1 + 3 files changed, 4 insertions(+) diff --git a/PopupCertifyUserId.cpp b/PopupCertifyUserId.cpp index 3f5f6ae..e5933a5 100644 --- a/PopupCertifyUserId.cpp +++ b/PopupCertifyUserId.cpp @@ -69,8 +69,10 @@ void PopupCertifyUserId::Create(vector& privateKeys, WText * lblOptions = new WText(TR("Options")); vblOptions->addWidget(unique_ptr (lblOptions)); m_cbOptionExportable = new WCheckBox(TR("ExportableCertification")); + m_cbOptionExportable->setToolTip(TR("OneWayHint")); vblOptions->addWidget(unique_ptr (m_cbOptionExportable)); m_cbOptionNonRevocable = new WCheckBox(TR("NonRevocableCertification")); + m_cbOptionNonRevocable->setToolTip(TR("OneWayHint")); vblOptions->addWidget(unique_ptr (m_cbOptionNonRevocable)); /*m_cbOptionTrust = new WCheckBox(TR("TrustCertification")); vblOptions->addWidget(unique_ptr (m_cbOptionTrust));*/ diff --git a/WTAPPROOT/K7/K7.xml b/WTAPPROOT/K7/K7.xml index e2c8348..b8b2d6c 100644 --- a/WTAPPROOT/K7/K7.xml +++ b/WTAPPROOT/K7/K7.xml @@ -80,6 +80,7 @@ Apply Key succesfully certified Key certification failed + Once set, this option cannot be removed. Use gpg cli for further edit. Click to be able to copy next diff --git a/WTAPPROOT/K7/K7_fr.xml b/WTAPPROOT/K7/K7_fr.xml index ae48ee0..e745945 100644 --- a/WTAPPROOT/K7/K7_fr.xml +++ b/WTAPPROOT/K7/K7_fr.xml @@ -80,6 +80,7 @@ Appliquer Succès de certification de la clé Échec de certification de la clé + Une fois appliquée, cette option ne pourra plus être enlevée. Utilisez gpg en ligne de commande pour édition ultérieure. Cliquez pour pouvoir ensuite copier