diff options
Diffstat (limited to 'src/ui/dialog/keypair_details/KeyPairOperaTab.cpp')
-rw-r--r-- | src/ui/dialog/keypair_details/KeyPairOperaTab.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/dialog/keypair_details/KeyPairOperaTab.cpp b/src/ui/dialog/keypair_details/KeyPairOperaTab.cpp index 38649355..08564bec 100644 --- a/src/ui/dialog/keypair_details/KeyPairOperaTab.cpp +++ b/src/ui/dialog/keypair_details/KeyPairOperaTab.cpp @@ -518,9 +518,9 @@ void KeyPairOperaTab::slot_export_paper_key() { qCDebug(ui) << "REQUEST_TRANS_KEY_2_PAPER_KEY callback: " << i << ei; if (p["ret"] != "0" || p["paper_key"].isEmpty()) { - QMessageBox::critical(this, tr("Error"), - tr("An error occurred trying to recover the " - "Paper Key back to the private key.")); + QMessageBox::critical( + this, tr("Error"), + tr("An error occurred trying to generate Paper Key.")); return; } |