aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-04-17 12:09:09 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2014-04-17 12:09:09 +0200
commit52ad83e34536ea79ea5982b16811d3a7f38cdf59 (patch)
treebd29b28b4b6a95906a5f14e80a92218651d0f949 /OpenKeychain/src/main/res
parentd19830cd1c7a6adff3ea1960abb537d0157d7df0 (diff)
downloadopen-keychain-52ad83e34536ea79ea5982b16811d3a7f38cdf59.tar.gz
open-keychain-52ad83e34536ea79ea5982b16811d3a7f38cdf59.tar.bz2
open-keychain-52ad83e34536ea79ea5982b16811d3a7f38cdf59.zip
secret keys can only be deleted individually from multi selection
Diffstat (limited to 'OpenKeychain/src/main/res')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index 0a855ae70..4ea5d7adc 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -219,7 +219,7 @@
<string name="specify_file_to_export_to">Please specify which file to export to.\nWARNING: File will be overwritten if it exists.</string>
<string name="specify_file_to_export_secret_keys_to">Please specify which file to export to.\nWARNING: You are about to export SECRET keys.\nWARNING: File will be overwritten if it exists.</string>
<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 (including secret keys)?\nYou can\'t undo this!</string>
+ <string name="key_deletion_confirmation_multi">Do you really want to delete all selected public 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="ask_save_changed_key">You have made changes to the keyring, would you like to save it?</string>
<string name="ask_empty_id_ok">"You have added an empty user ID, are you sure you want to continue?"</string>
@@ -537,5 +537,6 @@
<string name="error_key_processing">Error processing key!</string>
<string name="no_subkey">subkey unavailable</string>
<string name="key_stripped">stripped</string>
+ <string name="secret_cannot_multiple">Secret keys can only be deleted individually!</string>
</resources>