diff options
author | Vincent Breitmoser <valodim@mugenguild.com> | 2014-10-08 15:15:25 +0200 |
---|---|---|
committer | Vincent Breitmoser <valodim@mugenguild.com> | 2014-10-08 15:15:25 +0200 |
commit | 1b160f68c916e59262091496440370c7678a65fe (patch) | |
tree | 0c10d0a2eeadc489d9f3e4752598670630ba3895 /OpenKeychain/src | |
parent | a96813198c20e14ebad94a80f8658933833680ef (diff) | |
download | open-keychain-1b160f68c916e59262091496440370c7678a65fe.tar.gz open-keychain-1b160f68c916e59262091496440370c7678a65fe.tar.bz2 open-keychain-1b160f68c916e59262091496440370c7678a65fe.zip |
slightly change text in certify dialog
Diffstat (limited to 'OpenKeychain/src')
-rw-r--r-- | OpenKeychain/src/main/res/values/strings.xml | 2 |
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 7fdc1b419..bf623043c 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -945,7 +945,7 @@ <string name="empty_certs">"No certificates for this key"</string> <string name="certs_text">"Only validated self-certificates and validated certificates created with your keys are displayed here."</string> <string name="section_uids_to_certify">"Identities"</string> - <string name="certify_text">"Are the selected identities corresponding to the persons you are exchanging keys with?\nDeselect all unknown ones."</string> + <string name="certify_text">"Do the selected identities match the persons you are exchanging keys with? Deselect all unknown ones."</string> <string name="label_revocation">"Revocation Reason"</string> <string name="label_verify_status">"Verification Status"</string> <string name="label_cert_type">"Type"</string> |