diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-09-21 00:45:33 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-09-21 00:45:33 +0200 |
commit | 49adf4f69a393ff4d5450b7c605ee7498bc587ae (patch) | |
tree | 56bd87092899caa84a9001020c29cf9024acf7bb /res/values/strings.xml | |
parent | cca5865ecb829524d9a21f503d9b8a644cb988f0 (diff) |
changed some preference descriptions
Diffstat (limited to '')
-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 22d617f8..be76c140 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -256,8 +256,8 @@ <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_indicate_received_summary">Received masseges will be marked with a green tick. Be aware that this might no work in every 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> + <string name="pref_expert_options_other">Other</string> </resources> |