aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/KeyDetailsDialog.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-05-21 16:31:17 +0000
committerSaturneric <[email protected]>2021-05-21 16:31:17 +0000
commit4f33854578ede93fd691bab17065ed67368a72ad (patch)
treeb09cc947b3f1deeeadb63c579ecbce8da429f8e4 /src/ui/KeyDetailsDialog.cpp
parentExpand Key Details Dialog; (diff)
downloadGpgFrontend-4f33854578ede93fd691bab17065ed67368a72ad.tar.gz
GpgFrontend-4f33854578ede93fd691bab17065ed67368a72ad.zip
popupMenu now Exec When mKeyList HAS item(s) Selected.
mKeyList Sorting Disabled. Signed-off-by: Saturneric <[email protected]>
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();