aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/KeyGroupManageDialog.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-04-17 15:28:04 +0000
committersaturneric <[email protected]>2025-04-17 15:28:04 +0000
commite276f9e86b161362d6f379ab790476936a0e6208 (patch)
tree65c27e3efcbf113a052bc053e1c2739f4a351217 /src/ui/dialog/KeyGroupManageDialog.cpp
parentfix: compiler issues on CI (diff)
downloadGpgFrontend-e276f9e86b161362d6f379ab790476936a0e6208.tar.gz
GpgFrontend-e276f9e86b161362d6f379ab790476936a0e6208.zip
feat: generate cark keys
Diffstat (limited to 'src/ui/dialog/KeyGroupManageDialog.cpp')
-rw-r--r--src/ui/dialog/KeyGroupManageDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/KeyGroupManageDialog.cpp b/src/ui/dialog/KeyGroupManageDialog.cpp
index d7b9b3d3..59d54f20 100644
--- a/src/ui/dialog/KeyGroupManageDialog.cpp
+++ b/src/ui/dialog/KeyGroupManageDialog.cpp
@@ -88,7 +88,7 @@ KeyGroupManageDialog::KeyGroupManageDialog(
ui_->removeButton->setDisabled(true);
ui_->keyGroupTipLabel->setText(tr("Key(s) in Key Group: "));
- ui_->keyDBTipLabel->setText(tr("Key(s) in Key Dayabase: "));
+ ui_->keyDBTipLabel->setText(tr("Key(s) in Key Database: "));
QTimer::singleShot(200, [=]() { slot_notify_invalid_key_ids(); });