aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/keygen/KeygenDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/keygen/KeygenDialog.cpp')
-rw-r--r--src/ui/keygen/KeygenDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/keygen/KeygenDialog.cpp b/src/ui/keygen/KeygenDialog.cpp
index bcbdbffa..98ea1d5c 100644
--- a/src/ui/keygen/KeygenDialog.cpp
+++ b/src/ui/keygen/KeygenDialog.cpp
@@ -114,7 +114,7 @@ void KeyGenDialog::slotKeyGenAccept() {
[&]() { error = GpgKeyOpera::GetInstance().GenerateKey(genKeyInfo); });
thread->start();
- auto* dialog = new WaitingDialog("Generating", this);
+ auto* dialog = new WaitingDialog(_("Generating"), this);
dialog->show();
while (thread->isRunning()) {