aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/KeyDetailsDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/KeyDetailsDialog.cpp')
-rw-r--r--src/ui/KeyDetailsDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/KeyDetailsDialog.cpp b/src/ui/KeyDetailsDialog.cpp
index b181ff7b..3be333a1 100644
--- a/src/ui/KeyDetailsDialog.cpp
+++ b/src/ui/KeyDetailsDialog.cpp
@@ -35,7 +35,7 @@ KeyDetailsDialog::KeyDetailsDialog(GpgME::GpgContext *ctx, const GpgKey& key, QW
mainLayout->addWidget(tabWidget);
this->setLayout(mainLayout);
- this->setWindowTitle(tr("Keydetails"));
+ this->setWindowTitle(tr("Key Details"));
this->setModal(true);
this->show();