aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/keygen/KeygenDialog.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-07-19 19:05:27 +0000
committerSaturneric <[email protected]>2021-07-19 19:05:27 +0000
commitb18f63a1463172fbbcc42ed0219fcb8307be5d33 (patch)
tree6fc577b9305bc8fa603f71cf994b9572155cebcf /src/ui/keygen/KeygenDialog.cpp
parentImproved and Modified. (diff)
downloadGpgFrontend-b18f63a1463172fbbcc42ed0219fcb8307be5d33.tar.gz
GpgFrontend-b18f63a1463172fbbcc42ed0219fcb8307be5d33.zip
Add simplified Chinese translation.
Repair and adjustment.
Diffstat (limited to 'src/ui/keygen/KeygenDialog.cpp')
-rw-r--r--src/ui/keygen/KeygenDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/keygen/KeygenDialog.cpp b/src/ui/keygen/KeygenDialog.cpp
index 8637a643..7991ddd1 100644
--- a/src/ui/keygen/KeygenDialog.cpp
+++ b/src/ui/keygen/KeygenDialog.cpp
@@ -147,7 +147,7 @@ QGroupBox *KeyGenDialog::create_key_usage_group_box() {
auto *groupBox = new QGroupBox(this);
auto *grid = new QGridLayout(this);
- groupBox->setTitle("Key Usage");
+ groupBox->setTitle(tr("Key Usage"));
auto* encrypt = new QCheckBox(tr("Encryption"), groupBox);
encrypt->setTristate(false);