aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain
diff options
context:
space:
mode:
authorTim Bray <tbray@textuality.com>2014-11-22 09:27:28 -0800
committerTim Bray <tbray@textuality.com>2014-11-22 09:27:28 -0800
commit2a608c12ca592c8662586898a161e7054fc0693c (patch)
tree33276ba94f2aa322813c544f8f8bd7046a89b2df /OpenKeychain
parent734a085f0d9350b6aa4053c2d28c0f4e8db5f79a (diff)
downloadopen-keychain-2a608c12ca592c8662586898a161e7054fc0693c.tar.gz
open-keychain-2a608c12ca592c8662586898a161e7054fc0693c.tar.bz2
open-keychain-2a608c12ca592c8662586898a161e7054fc0693c.zip
Check fingerprint match between proof & database
Diffstat (limited to 'OpenKeychain')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index b98f47146..cac38c361 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -562,6 +562,7 @@
<string name="keybase_proof_failure">"Unfortunately this proof cannot be verified."</string>
<string name="keybase_unknown_proof_failure">"Unrecognized problem with proof checker"</string>
<string name="keybase_problem_fetching_evidence">"Problem with proof evidence"</string>
+ <string name="keybase_key_mismatch">"Key fingerprint doesn’t match that in proof post"</string>
<string name="keybase_dns_query_failure">"DNS TXT Record retrieval failed"</string>
<string name="keybase_no_prover_found">"No proof checker found for"</string>
<string name="keybase_message_payload_mismatch">"Decrypted proof post does not match expected value"</string>