aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-06-22 17:10:58 +0200
committerChristian Schneppe <christian@pix-art.de>2019-06-22 17:10:58 +0200
commit0d9f3ae619724ad75d2b42f4e30eb3955aa5379d (patch)
tree3f03e013eb3368dcb2a6d81ad42426a378d1d451 /src/main/res/values/strings.xml
parent9e3a701cb0d84f1314c51dd52b8cd2c311d8b873 (diff)
change behavior of unencrypted chats warning
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r--src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 496c84d0d..5e91fe3d9 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -916,4 +916,7 @@
<string name="no_backup_available">No backup available</string>
<string name="pref_show_own_accounts_summary">Show own accounts in chats and contacts if you have multiple accounts.</string>
<string name="pref_show_own_accounts">Show own accounts</string>
+ <string name="message_encryption">Message encryption</string>
+ <string name="enable_message_encryption">This chat is unencrypted. For security reasons you should enable message encryption, prefareable OMEMO. If anything isn\'t working for you, you could disbale message encryption by pressing the key lock icon.</string>
+ <string name="hide_warning">Hide warning</string>
</resources>