aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/KeyList.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2023-07-12 15:46:44 +0000
committerSaturneric <[email protected]>2023-07-12 15:46:44 +0000
commitcee9909c2b705e20564d529792055d070167c0a7 (patch)
tree70f489024e62c6aacb1c1cc51f59f110e9dcb6f5 /src/ui/widgets/KeyList.cpp
parentfix: modify the ui file of FilePage (diff)
downloadGpgFrontend-cee9909c2b705e20564d529792055d070167c0a7.tar.gz
GpgFrontend-cee9909c2b705e20564d529792055d070167c0a7.zip
feat: support owner trust level settings of gpg key
Diffstat (limited to 'src/ui/widgets/KeyList.cpp')
-rw-r--r--src/ui/widgets/KeyList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widgets/KeyList.cpp b/src/ui/widgets/KeyList.cpp
index 2d4c925a..670644a8 100644
--- a/src/ui/widgets/KeyList.cpp
+++ b/src/ui/widgets/KeyList.cpp
@@ -155,7 +155,7 @@ void KeyList::AddListGroupTab(
QStringList labels;
labels << _("Select") << _("Type") << _("Name") << _("Email Address")
- << _("Usage") << _("Validity") << _("Finger Print");
+ << _("Usage") << _("Trust") << _("Finger Print");
key_list->setHorizontalHeaderLabels(labels);
key_list->horizontalHeader()->setStretchLastSection(false);