aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-09-04 20:41:27 +0200
committerChristian Schneppe <christian@pix-art.de>2017-09-04 20:41:27 +0200
commitcaa0eba953b1f62595de5b9625a6ed90297e401f (patch)
treeccbff9e33fbce4df43f750e6a1fdb3a3b374304d /src/main/res
parent0b446dd81c3f3e00e52bc41175ed1663e2fce568 (diff)
improved error messages on missing omemo keys
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index c8e8c216a..047db6e0a 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -783,4 +783,5 @@
<string name="pref_validate_hostname_summary">Server certificates that contain the validated hostname are considered verified</string>
<string name="network_is_unreachable">Network is unreachable</string>
<string name="certificate_does_not_contain_jid">Certificate does not contain a Jabber ID</string>
+ <string name="error_no_keys_to_trust_presence">There are no usable keys available for this contact.\\nMake sure you have mutual presence subscription.</string>
</resources>