diff options
author | Michael <betheg@bitcloner.org> | 2014-09-20 15:49:25 +0200 |
---|---|---|
committer | Michael <betheg@bitcloner.org> | 2014-09-20 15:49:25 +0200 |
commit | a86a09ab5b81f39c4d56c37af65e630539e85ffe (patch) | |
tree | 621ce6fcb0086b967d5aa8ecf3de27bacb3dc967 /res/values/strings.xml | |
parent | 295bfb7f1de98649d8a7dd5f77745e50bfc25f56 (diff) |
indicates received messages with a tick.
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index c3e465ac..22d617f8 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -255,6 +255,9 @@ <string name="pref_use_larger_font">Increase font size</string> <string name="pref_use_larger_font_summary">Use larger font sizes across the entire app</string> <string name="pref_use_send_button_to_indicate_status">Send button indicates status</string> + <string name="pref_use_indicate_received">Request message receipts</string> + <string name="pref_use_indicate_received_summary">When message has been received by the receiver then a tick will appear as confirmation (must supported by the recipient client and does not work as any case)</string> <string name="pref_use_send_button_to_indicate_status_summary">Colorize send button to indicate contact status</string> + <string name="pref_expert_options_other">Other - not categorized</string> </resources> |