diff options
author | Andreas Straub <andy@strb.org> | 2015-07-19 18:36:28 +0200 |
---|---|---|
committer | Andreas Straub <andy@strb.org> | 2015-07-19 22:27:26 +0200 |
commit | 14010bf5a6198e4e53ba3f86328d061cf20b8da1 (patch) | |
tree | 160046518af40585887479d9b0821d60175b5cd6 /src/main/res/values/strings.xml | |
parent | ec0aff4ed7982cc6db43cb6337f828f732429fd2 (diff) |
Ask for key trust when sending messages
If the contact (or the own account) has keys that have UNDECIDED trust,
we now drop the user into the new TrustKeysActivity, where they have to
decide for each new key whether it should be TRUSTED or UNTRUSTED.
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index f4c75ee1..8537c118 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -211,6 +211,9 @@ <string name="axolotl_fingerprint">Axolotl fingerprint</string> <string name="this_device_axolotl_fingerprint">Own Axolotl fingerprint</string> <string name="other_devices">Other devices</string> + <string name="trust_keys">Trust Axolotl Keys</string> + <string name="fetching_keys">Fetching keys...</string> + <string name="done">Done</string> <string name="axolotl_devicelist">Other own Axolotl Devices</string> <string name="verify">Verify</string> <string name="decrypt">Decrypt</string> |