diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-01-29 18:45:52 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-01-29 18:45:52 +0000 |
commit | fc680bdd1d29de42a6e710197ec993267b352f9a (patch) | |
tree | e7ee75a14d2c67360467836dc8827a314f522cdf | |
parent | added platform independent shortcut for close tab and preferences (diff) | |
download | gpg4usb-fc680bdd1d29de42a6e710197ec993267b352f9a.tar.gz gpg4usb-fc680bdd1d29de42a6e710197ec993267b352f9a.zip |
bug fixing deleting checked, not selected keys in keymgmt
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@451 34ebc366-c3a9-4b3c-9f84-69acf7962910
-rwxr-xr-x | keymgmt.cpp | 2 | ||||
-rw-r--r-- | release/ts/gpg4usb_de.qm | bin | 25806 -> 25784 bytes | |||
-rw-r--r-- | release/ts/gpg4usb_de.ts | 12 |
3 files changed, 7 insertions, 7 deletions
diff --git a/keymgmt.cpp b/keymgmt.cpp index 2cf21c0..7b1b912 100755 --- a/keymgmt.cpp +++ b/keymgmt.cpp @@ -171,7 +171,7 @@ void KeyMgmt::deleteSelectedKeys() void KeyMgmt::deleteCheckedKeys() { - deleteKeysWithWarning(mKeyList->getSelected()); + deleteKeysWithWarning(mKeyList->getChecked()); } void KeyMgmt::deleteKeysWithWarning(QStringList *uidList) diff --git a/release/ts/gpg4usb_de.qm b/release/ts/gpg4usb_de.qm Binary files differindex 7bccd74..a2f405d 100644 --- a/release/ts/gpg4usb_de.qm +++ b/release/ts/gpg4usb_de.qm diff --git a/release/ts/gpg4usb_de.ts b/release/ts/gpg4usb_de.ts index 8d025d8..29981cf 100644 --- a/release/ts/gpg4usb_de.ts +++ b/release/ts/gpg4usb_de.ts @@ -515,7 +515,7 @@ <message> <location filename="../../gpgwin.cpp" line="163"/> <source>Close file</source> - <translation>&Schliesse die Datei</translation> + <translation>Schliesse die Datei</translation> </message> <message> <location filename="../../gpgwin.cpp" line="176"/> @@ -946,7 +946,7 @@ also geben sie ihn nicht weiter.</translation> <message> <location filename="../../keymgmt.cpp" line="78"/> <source>Import From &File</source> - <translation>Import aus &Datei</translation> + <translation>&Import aus Datei</translation> </message> <message> <location filename="../../keymgmt.cpp" line="80"/> @@ -966,7 +966,7 @@ also geben sie ihn nicht weiter.</translation> <message> <location filename="../../keymgmt.cpp" line="88"/> <source>Export To &Clipboard</source> - <translation>Export in &Zwischenablage</translation> + <translation>&Export in Zwischenablage</translation> </message> <message> <location filename="../../keymgmt.cpp" line="90"/> @@ -996,7 +996,7 @@ also geben sie ihn nicht weiter.</translation> <message> <location filename="../../keymgmt.cpp" line="102"/> <source>Delete Checked Key(s)</source> - <translation>Lösche markierte Schlüssel</translation> + <translation>Lösche &markierte Schlüssel</translation> </message> <message> <location filename="../../keymgmt.cpp" line="103"/> @@ -1007,7 +1007,7 @@ also geben sie ihn nicht weiter.</translation> <location filename="../../keymgmt.cpp" line="107"/> <location filename="../../keymgmt.cpp" line="236"/> <source>Generate Key</source> - <translation>Erzeuge neuen Schlüssel</translation> + <translation>Erzeuge &neuen Schlüssel</translation> </message> <message> <location filename="../../keymgmt.cpp" line="108"/> @@ -1343,7 +1343,7 @@ Beschleunugen(z.B. Internet-surfen, Musik hören, ...)</translation> <message> <location filename="../../textedit.cpp" line="50"/> <source>untitled</source> - <translation>Unbekanntes Dokument</translation> + <translation>untitled</translation> </message> <message> <location filename="../../textedit.cpp" line="63"/> |