aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-03-04 11:44:37 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2015-03-04 11:44:37 +0100
commit9b565f1875283606dd79dd0656cfc7316d901eb3 (patch)
tree651a728b8181547ef19001d52bde74e2a3f104e2 /OpenKeychain
parent8e12e93bc03eeb3bbd41b561826391b626868b31 (diff)
downloadopen-keychain-9b565f1875283606dd79dd0656cfc7316d901eb3.tar.gz
open-keychain-9b565f1875283606dd79dd0656cfc7316d901eb3.tar.bz2
open-keychain-9b565f1875283606dd79dd0656cfc7316d901eb3.zip
More simplification of delete strings
Diffstat (limited to 'OpenKeychain')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index 0fb59b5d1..30c3d5018 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -225,7 +225,7 @@
<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 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="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!"</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>