diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-06-04 18:44:15 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-06-04 18:44:15 +0200 |
commit | 7e4e7426eeaf2f958820845e48c0d24a92f9bc07 (patch) | |
tree | 205a35b503a0fb14fa0fd9fe313a2a37a8d0617a /res/values/strings.xml | |
parent | ba2ad82c7e1ae05d9648c069b3537ddda1b1f438 (diff) |
received and displayed messages (xep 333) are now marked properly
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index d469caf3..6767568e 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -145,8 +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="pref_confirm_messages">Confirm Messages</string> + <string name="pref_confirm_messages_summary">Let your contact know when you have received and read a 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> |