From 948362b8ee383614e37225d1f1fe0bd66e15b4df Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 2 Jan 2011 16:33:22 +0000 Subject: added shortcuts for tab-handling and made different bugfixes git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@422 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- keylist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'keylist.cpp') diff --git a/keylist.cpp b/keylist.cpp index 3b1348d..8f40950 100644 --- a/keylist.cpp +++ b/keylist.cpp @@ -171,10 +171,10 @@ void KeyList::dropEvent(QDropEvent* event) dialog->setWindowTitle(tr("Import Keys")); QLabel *label; - label = new QLabel(tr("Import keys from dropped files, if possible?")); + label = new QLabel(tr("You've dropped something on the keylist.\n gpg4usb will now try to import key(s).")+"\n"); // "always import keys"-CheckBox - QCheckBox *checkBox = new QCheckBox(tr("Don't Ask Me Again.")); + QCheckBox *checkBox = new QCheckBox(tr("Always import without bothering.")); if (settings.value("general/confirmImportKeys").toBool()) checkBox->setCheckState(Qt::Unchecked); // Buttons for ok and cancel -- cgit v1.2.3