diff options
author | saturneric <[email protected]> | 2024-11-18 15:14:55 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-11-18 15:15:04 +0000 |
commit | 94281700b1f61fed5130f7c003a1c88afdd70b4b (patch) | |
tree | 973efaba427e3b8a5c482e0a238d6f7a7b8573bf /src/ui/dialog/keypair_details/KeyDetailsDialog.cpp | |
parent | feat: support export a single subkey (diff) | |
download | GpgFrontend-94281700b1f61fed5130f7c003a1c88afdd70b4b.tar.gz GpgFrontend-94281700b1f61fed5130f7c003a1c88afdd70b4b.zip |
feat: make primary key and subkey clearly
Diffstat (limited to 'src/ui/dialog/keypair_details/KeyDetailsDialog.cpp')
-rw-r--r-- | src/ui/dialog/keypair_details/KeyDetailsDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/keypair_details/KeyDetailsDialog.cpp b/src/ui/dialog/keypair_details/KeyDetailsDialog.cpp index 2b2e73b2..f71465c9 100644 --- a/src/ui/dialog/keypair_details/KeyDetailsDialog.cpp +++ b/src/ui/dialog/keypair_details/KeyDetailsDialog.cpp @@ -52,7 +52,7 @@ KeyDetailsDialog::KeyDetailsDialog(int channel, const GpgKey& key, tab_widget_->addTab(new KeyPairSubkeyTab(current_gpg_context_channel_, key.GetId(), tab_widget_), - tr("Subkeys")); + tr("Keychain")); tab_widget_->addTab(new KeyPairOperaTab(current_gpg_context_channel_, key.GetId(), tab_widget_), tr("Operations")); |