diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-09-08 12:46:48 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-09-08 12:46:48 +0200 |
commit | 19f98f5143059d48bfb1fac9b376acec9cf412b2 (patch) | |
tree | c3fbb2d05d7c1d760149acd4a1eecff69e587664 /res/values/strings.xml | |
parent | 409fdd8596f217e6f4101064342273268425edfb (diff) |
warn on missing presence subscription
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 1486b9bc..1153abbe 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -243,5 +243,7 @@ <string name="unable_to_decrypt_otr_message">Unable to decrypt OTR message</string> <string name="delete_fingerprint">Delete Fingerprint</string> <string name="sure_delete_fingerprint">Are you sure you would like to delete this fingerprint?</string> + <string name="ignore">Ignore</string> + <string name="without_mutual_presence_updates"><b>Warning:</b> Sending this without mutual presence updates could cause unexpected problems.\n\n<small>Go to contact details to verify your presence subscriptions.</small></string> </resources>
\ No newline at end of file |