diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-01-13 12:19:56 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-01-13 12:19:56 +0100 |
commit | 14428da10835f21d486b746308dfa198b1c87637 (patch) | |
tree | a55478ea9f526c57b2ea9e3f79e35174846f3861 /src/main/res/values/strings.xml | |
parent | 571eb2f7f92bf4dfaa3611291ef7c96294dfa393 (diff) |
show key fetch error in activity when there are no keys to be used
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 4f17c411..4949fba3 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -408,6 +408,7 @@ <string name="purge_key">Purge key</string> <string name="purge_key_desc_part1">Are you sure you want to purge this key?</string> <string name="purge_key_desc_part2">It will irreversibly be considered compromised, and you can never build a session with it again.</string> + <string name="error_no_keys_to_trust_server_error">There are no usable keys available for this contact.\nFetching new keys from the server has been unsuccessful. Maybe there is something wrong with your contacts server.</string> <string name="error_no_keys_to_trust">There are no usable keys available for this contact. If you have purged any of their keys, they need to generate new ones.</string> <string name="error_trustkeys_title">Error</string> <string name="fetching_history_from_server">Fetching history from server</string> |