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/KeyMgmt.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/KeyMgmt.cpp')
-rwxr-xr-x | src/ui/KeyMgmt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/KeyMgmt.cpp b/src/ui/KeyMgmt.cpp index 0e2d9c9a..ce5343bf 100755 --- a/src/ui/KeyMgmt.cpp +++ b/src/ui/KeyMgmt.cpp @@ -78,7 +78,7 @@ KeyMgmt::KeyMgmt(GpgME::GpgContext *ctx, QWidget *parent ) : this->settings.setValue("keymgmt/setWindowSize", true); } - setWindowTitle(tr("KeyPairs Management")); + setWindowTitle(tr("Key Pair Management")); mKeyList->addMenuAction(deleteSelectedKeysAct); mKeyList->addMenuAction(showKeyDetailsAct); } |