diff options
author | Saturneric <[email protected]> | 2021-12-06 22:05:21 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-07 05:38:52 +0000 |
commit | 1a2c3d6bc0b2feb4b286cc1dbe7b2cd5afcb69ba (patch) | |
tree | 081ed8abe91ade5809b41f29ffa823a4f37cf798 /src/ui/keygen/KeygenDialog.cpp | |
parent | Test & Improve UI (diff) | |
download | GpgFrontend-1a2c3d6bc0b2feb4b286cc1dbe7b2cd5afcb69ba.tar.gz GpgFrontend-1a2c3d6bc0b2feb4b286cc1dbe7b2cd5afcb69ba.zip |
Add Translate & Fix Bugs.
Diffstat (limited to 'src/ui/keygen/KeygenDialog.cpp')
-rw-r--r-- | src/ui/keygen/KeygenDialog.cpp | 2 |
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()) { |