aboutsummaryrefslogtreecommitdiffstats
path: root/keymgmt.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-03-06 21:36:36 +0100
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-03-06 21:36:36 +0100
commiteafa42262813180336ae5e4c4c284d17a4f42e65 (patch)
treee88d42d1d8cf39e2aad1ec6f1ba9bc3738e2cbdd /keymgmt.cpp
parentMerge branch '0.3.2-local' (diff)
downloadgpg4usb-eafa42262813180336ae5e4c4c284d17a4f42e65.tar.gz
gpg4usb-eafa42262813180336ae5e4c4c284d17a4f42e65.zip
fixed minor cosmetic effects
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@849 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'keymgmt.cpp')
-rwxr-xr-xkeymgmt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/keymgmt.cpp b/keymgmt.cpp
index 2469e0e..904c856 100755
--- a/keymgmt.cpp
+++ b/keymgmt.cpp
@@ -219,8 +219,8 @@ 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."),
+ "<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) {