aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res
diff options
context:
space:
mode:
authorAshley Hughes <spirit.returned@gmail.com>2014-04-02 01:26:51 +0100
committerAshley Hughes <spirit.returned@gmail.com>2014-04-02 01:26:51 +0100
commit9764d3fcb98c782a9a16cb090eb019bd8e5e595e (patch)
treeded112d37bda385d75fb7dcda1d01aa264c85394 /OpenPGP-Keychain/src/main/res
parenta38d22757c423bf182afaae2e5bce1d865e4f959 (diff)
downloadopen-keychain-9764d3fcb98c782a9a16cb090eb019bd8e5e595e.tar.gz
open-keychain-9764d3fcb98c782a9a16cb090eb019bd8e5e595e.tar.bz2
open-keychain-9764d3fcb98c782a9a16cb090eb019bd8e5e595e.zip
confirm that empty IDs are really wanted
Diffstat (limited to 'OpenPGP-Keychain/src/main/res')
-rw-r--r--OpenPGP-Keychain/src/main/res/values/strings.xml1
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 c9ef6a135..54db372ab 100644
--- a/OpenPGP-Keychain/src/main/res/values/strings.xml
+++ b/OpenPGP-Keychain/src/main/res/values/strings.xml
@@ -225,6 +225,7 @@
<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="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>
<string name="public_key_deletetion_confirmation">Do you really want to delete the PUBLIC key \'%s\'?\nYou can\'t undo this!</string>
<string name="secret_key_delete_text">Delete Secret Keys ?</string>
<string name="also_export_secret_keys">Also export secret keys?</string>