diff options
author | uberspot <onexemailx@gmail.com> | 2014-03-15 01:51:01 +0200 |
---|---|---|
committer | uberspot <onexemailx@gmail.com> | 2014-03-15 01:51:01 +0200 |
commit | e387dd7c54ddfdbe8379b57e00fed567510fd863 (patch) | |
tree | aa6e3e44abcce4d31f6e40305406607d00b66102 /OpenPGP-Keychain/src/main/res/values | |
parent | efab1d27ac7ffb9e39fe5acd8064c708dc588452 (diff) | |
download | open-keychain-e387dd7c54ddfdbe8379b57e00fed567510fd863.tar.gz open-keychain-e387dd7c54ddfdbe8379b57e00fed567510fd863.tar.bz2 open-keychain-e387dd7c54ddfdbe8379b57e00fed567510fd863.zip |
Fix export for new unified key list #409
Diffstat (limited to 'OpenPGP-Keychain/src/main/res/values')
-rw-r--r-- | OpenPGP-Keychain/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/src/main/res/values/strings.xml b/OpenPGP-Keychain/src/main/res/values/strings.xml index 77891d6c7..947801217 100644 --- a/OpenPGP-Keychain/src/main/res/values/strings.xml +++ b/OpenPGP-Keychain/src/main/res/values/strings.xml @@ -219,6 +219,7 @@ <string name="key_deletion_confirmation">Do you really want to delete the key \'%s\'?\nYou can\'t undo this!</string> <string name="key_deletion_confirmation_multi">Do you really want to delete all selected keys?\nYou can\'t undo this!</string> <string name="secret_key_deletion_confirmation">Do you really want to delete the SECRET key \'%s\'?\nYou can\'t undo this!</string> + <string name="also_export_secret_keys">Also export secret keys?</string> <plurals name="keys_added_and_updated_1"> <item quantity="one">Successfully added %d key</item> |