aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-11-24 22:22:49 +0100
committerChristian Schneppe <christian@pix-art.de>2017-11-24 22:22:49 +0100
commit5e360843b76f8b9dba7e34c2008b836725bba934 (patch)
treeaf6c2c6370693e04a4089a2be34025c81cb93fd4 /src/main/res/values
parent046bd7af80d8a4bbfc601f404b4ecb5ebc17e1f4 (diff)
show warning if chat is unecrypted
* if OMEMO is available, pressing the OK button switches to OMEMO encryption * if OMEMO is not available, the message hides for this moment and will pop up as long as you choose an encryption mode
Diffstat (limited to 'src/main/res/values')
-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 25c5df7cf..0d0695cf8 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -741,4 +741,5 @@
<string name="contacts_and_n_more_have_read_up_to_this_point">%1$s +%2$d% more have read up to this point</string>
<string name="pref_return_to_previous">Quick Sharing</string>
<string name="pref_return_to_previous_summary">Immediately return to previous activity instead of opening the conversation after sharing something</string>
+ <string name="conversation_unencrypted_hint">This chat is unencrypted, for security reasons you should activate message encryption by using the lock icon. The preferable encryption is OMEMO.</string>
</resources>