diff options
author | Saturneric <[email protected]> | 2021-07-19 19:05:27 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-07-19 19:05:27 +0000 |
commit | b18f63a1463172fbbcc42ed0219fcb8307be5d33 (patch) | |
tree | 6fc577b9305bc8fa603f71cf994b9572155cebcf /src/ui/keygen/KeygenDialog.cpp | |
parent | Improved and Modified. (diff) | |
download | GpgFrontend-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.cpp | 2 |
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); |