diff options
author | lookshe <github@lookshe.org> | 2015-04-11 21:48:55 +0200 |
---|---|---|
committer | lookshe <github@lookshe.org> | 2015-04-11 21:48:55 +0200 |
commit | ae520c29573a5ae4b9129685ad9766f335ab6f26 (patch) | |
tree | b028684fc852e933372dcaf47445e08b6233d3e2 /src/main/res/values/strings.xml | |
parent | 94a669fcb861d9cff4414d98abb289d1452c9300 (diff) |
differ between received and read message
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r-- | src/main/res/values/strings.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index f6abfc66..2cd67077 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -116,7 +116,9 @@ <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_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="pref_confirm_messages_summary">Let your contact know when you have received a message</string> + <string name="pref_confirm_read_messages">Confirm Read Messages</string> + <string name="pref_confirm_read_messages_summary">Let your contact know when you have read a message</string> <string name="pref_ui_options">UI Options</string> <string name="pref_parse_emoticons">Parse Emoticons</string> <string name="pref_parse_emoticons_summary">Replace emoticons with smilies.</string> |