aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-03-04 11:36:26 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2015-03-04 11:36:26 +0100
commitaba6569dd203a537c8c9491dd93131a2cf8d44cb (patch)
treebc1b11fc9656b2f6f42bfbeff89dca3d4efd8a22 /OpenKeychain/src/main/res/values
parentc17599f13f57d5141a4240d1904626b0fc3af5bb (diff)
downloadopen-keychain-aba6569dd203a537c8c9491dd93131a2cf8d44cb.tar.gz
open-keychain-aba6569dd203a537c8c9491dd93131a2cf8d44cb.tar.bz2
open-keychain-aba6569dd203a537c8c9491dd93131a2cf8d44cb.zip
Simplify dialogs according to Material Design
Diffstat (limited to 'OpenKeychain/src/main/res/values')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index 29b955bb4..51574ded8 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -42,6 +42,7 @@
<string name="title_exchange_keys">"Exchange Keys"</string>
<string name="title_advanced_key_info">"Advanced Key Info"</string>
<string name="title_keys">"Keys"</string>
+ <string name="title_delete_secret_key">"Delete YOUR key \'%s\'?"</string>
<!-- section -->
<string name="section_user_ids">"Identities"</string>
@@ -203,7 +204,6 @@
<string name="ecdh">"ECDH"</string>
<string name="ecdsa">"ECDSA"</string>
<string name="filemanager_title_open">"Open…"</string>
- <string name="warning">"Warning"</string>
<string name="error">"Error"</string>
<string name="error_message">"Error: %s"</string>
@@ -233,9 +233,9 @@
<string name="specify_file_to_encrypt_to">"Please specify which file to encrypt to.\nWARNING: File will be overwritten if it exists."</string>
<string name="specify_file_to_decrypt_to">"Please specify which file to decrypt to.\nWARNING: File will be overwritten if it exists."</string>
<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="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="public_key_deletetion_confirmation">"Do you really want to delete the public key '%s'?\nYou can't undo this!"</string>
+ <string name="key_deletion_confirmation_multi">"Do you really want to delete all selected keys?"</string>
+ <string name="secret_key_deletion_confirmation">"After deletion you will not be able to read messages encrypted with this key and loose all key verifications related to it!\nDo you really want to delete YOUR key '%s'?"</string>
+ <string name="public_key_deletetion_confirmation">"Delete key '%s'?"</string>
<string name="also_export_secret_keys">"Also export secret keys"</string>
<string name="reinstall_openkeychain">"You encountered a known bug with Android. Please reinstall OpenKeychain if you want to link your contacts with keys."</string>