diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-06-03 15:48:51 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-06-03 15:48:51 +0200 |
commit | cedc1f40b37aaecfef60f0bf63d30d24fa280e82 (patch) | |
tree | 9e5ea7fc174519144f43b325960a6d5a546c1248 /res/values/strings.xml | |
parent | 99793fa909f1d754d5dc0d7cb4d36ba289ac92e3 (diff) |
answer to xep 184 message receipts. fixes #95
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 d3a7a91c..d469caf3 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -145,6 +145,8 @@ <string name="pref_advanced_options">Advanced Options</string> <string name="pref_never_send_crash">Never send crash reports</string> <string name="pref_never_send_crash_summary">By sending in stack traces you are helping the ongoing development of Conversations</string> + <string name="pref_auto_acknowledge_messages">Acknowledge Messages</string> + <string name="pref_auto_acknowledge_messages_summary">Allows your contact to know whether or not you have received or read a specific message</string> <string name="openpgp_error">OpenKeychain reporeted an error</string> <string name="error_decrypting_file">I/O Error decrypting file</string> <string name="error_copying_image_file">Error copying image file.</string> |