diff options
Diffstat (limited to '')
-rw-r--r-- | src/ui/keygen/SubkeyGenerateDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/keygen/SubkeyGenerateDialog.cpp b/src/ui/keygen/SubkeyGenerateDialog.cpp index a7a6d2f4..ae0c2bca 100644 --- a/src/ui/keygen/SubkeyGenerateDialog.cpp +++ b/src/ui/keygen/SubkeyGenerateDialog.cpp @@ -43,7 +43,7 @@ SubkeyGenerateDialog::SubkeyGenerateDialog(GpgME::GpgContext *ctx, const GpgKey vbox2->addWidget(errorLabel); vbox2->addWidget(buttonBox); - this->setWindowTitle(tr("Generate Subkey")); + this->setWindowTitle(tr("Generate New Subkey")); this->setLayout(vbox2); this->setModal(true); |