aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/KeyMgmt.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/KeyMgmt.cpp
parentImproved and Modified. (diff)
downloadGpgFrontend-b18f63a1463172fbbcc42ed0219fcb8307be5d33.tar.gz
GpgFrontend-b18f63a1463172fbbcc42ed0219fcb8307be5d33.zip
Add simplified Chinese translation.
Repair and adjustment.
Diffstat (limited to 'src/ui/KeyMgmt.cpp')
-rwxr-xr-xsrc/ui/KeyMgmt.cpp2
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);
}