diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-01-02 16:33:22 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-01-02 16:33:22 +0000 |
commit | 948362b8ee383614e37225d1f1fe0bd66e15b4df (patch) | |
tree | 04f9086a4b1130a36cc2cb55f04132b265460264 /keylist.cpp | |
parent | added star in tabtitle, if document is changed (diff) | |
download | gpg4usb-948362b8ee383614e37225d1f1fe0bd66e15b4df.tar.gz gpg4usb-948362b8ee383614e37225d1f1fe0bd66e15b4df.zip |
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
Diffstat (limited to 'keylist.cpp')
-rw-r--r-- | keylist.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 |