diff options
| author | Nils Achtergarde <[email protected]> | 2017-12-30 20:52:52 +0100 |
|---|---|---|
| committer | Nils Achtergarde <[email protected]> | 2017-12-30 20:52:52 +0100 |
| commit | a685f81033aadf0db67e31a7f6de66e236aeab20 (patch) | |
| tree | 93b3078e0d865958f68e74d2fed0b9fc4a49dcdc /keymgmt.cpp | |
| parent | corrected typo in slotImport (diff) | |
| download | gpg4usb-a685f81033aadf0db67e31a7f6de66e236aeab20.tar.gz gpg4usb-a685f81033aadf0db67e31a7f6de66e236aeab20.zip | |
recommit eafa42262813180336ae5e4c4c284d17a4f42e65 (fixed minor cosmetic effects)
Diffstat (limited to 'keymgmt.cpp')
| -rwxr-xr-x | keymgmt.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keymgmt.cpp b/keymgmt.cpp index bfade79..c17fd86 100755 --- a/keymgmt.cpp +++ b/keymgmt.cpp @@ -219,9 +219,9 @@ void KeyMgmt::deleteKeysWithWarning(QStringList *uidList) } int ret = QMessageBox::warning(this, tr("Deleting Keys"), - tr("<b>Are you sure that you want to delete the following keys?.</b><br/><br/>")+keynames+ - tr("<br/>The action can not be undone."), - QMessageBox::No | QMessageBox::Yes); + "<b>"+tr("Are you sure that you want to delete the following keys?")+"</b><br/><br/>"+keynames+ + +"<br/>"+tr("The action can not be undone."), + QMessageBox::No | QMessageBox::Yes); if (ret == QMessageBox::Yes) { mCtx->deleteKeys(uidList); |
