diff options
author | Saturneric <[email protected]> | 2021-05-31 14:19:14 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-05-31 14:19:14 +0000 |
commit | dff37c4a6dadf81924d535939ce6ac288506654d (patch) | |
tree | a00af3d47ce2c9f9bea5dfe432102c2ebe1a9d19 /src/ui/keypair_details/KeyUIDSignDialog.cpp | |
parent | Add a copyright statement to the header of some files. (diff) | |
download | GpgFrontend-dff37c4a6dadf81924d535939ce6ac288506654d.tar.gz GpgFrontend-dff37c4a6dadf81924d535939ce6ac288506654d.zip |
Write a text logo for never expiring.
Adjust the UI of the key details interface
Set the minimum length and width of the key details window.
Adjust the structure and layout of each tab page of key details.
Adjust part of the interface UI and text description.
Add revocation parentheses for signature deletion.
Signed-off-by: Saturneric <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | src/ui/keypair_details/KeyUIDSignDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/keypair_details/KeyUIDSignDialog.cpp b/src/ui/keypair_details/KeyUIDSignDialog.cpp index 8cefd638..2fe03e26 100644 --- a/src/ui/keypair_details/KeyUIDSignDialog.cpp +++ b/src/ui/keypair_details/KeyUIDSignDialog.cpp @@ -69,7 +69,7 @@ KeyUIDSignDialog::KeyUIDSignDialog(GpgME::GpgContext *ctx, const GpgKey &key, co layout->addWidget(mKeyList, 0, 0); layout->addWidget(signKeyButton, 2, 0, Qt::AlignRight); - timeLayout->addWidget(new QLabel(tr("Expired Time")), 0, 0); + timeLayout->addWidget(new QLabel(tr("Expire Date")), 0, 0); timeLayout->addWidget(expiresEdit, 0, 1); timeLayout->addWidget(nonExpireCheck, 0, 2); layout->addLayout(timeLayout, 1, 0); |