diff options
author | Saturneric <[email protected]> | 2021-12-13 16:43:17 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-13 16:43:17 +0000 |
commit | 71bec7d8b0715bfc2ac953ef8051c96fa27c0682 (patch) | |
tree | dccc073271c4165f375783ed95aa839099a19e60 /src/ui/keypair_details/KeyPairUIDTab.cpp | |
parent | Merge pull request #31 from saturneric/develop-ui (diff) | |
download | GpgFrontend-71bec7d8b0715bfc2ac953ef8051c96fa27c0682.tar.gz GpgFrontend-71bec7d8b0715bfc2ac953ef8051c96fa27c0682.zip |
Improve UI & Fixed.
Diffstat (limited to 'src/ui/keypair_details/KeyPairUIDTab.cpp')
-rw-r--r-- | src/ui/keypair_details/KeyPairUIDTab.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/keypair_details/KeyPairUIDTab.cpp b/src/ui/keypair_details/KeyPairUIDTab.cpp index b2aa8861..92a3c3ea 100644 --- a/src/ui/keypair_details/KeyPairUIDTab.cpp +++ b/src/ui/keypair_details/KeyPairUIDTab.cpp @@ -152,8 +152,8 @@ void KeyPairUIDTab::createSignList() { sigList->setAlternatingRowColors(true); QStringList labels; - labels << _("Key ID") << _("Name") << _("Email") << _("Create Date") - << _("Expired Date"); + labels << _("Key ID") << _("Name") << _("Email") << _("Create Date (UTC)") + << _("Expired Date (UTC)"); sigList->setHorizontalHeaderLabels(labels); sigList->horizontalHeader()->setStretchLastSection(false); } |