diff options
author | Sam Whited <sam@samwhited.com> | 2014-09-29 13:03:53 -0400 |
---|---|---|
committer | Sam Whited <sam@samwhited.com> | 2014-09-29 13:03:53 -0400 |
commit | 503d9e7a1e92fc1345e408f33ca1a4a346abf0b9 (patch) | |
tree | 84601f04ed16120beedf9ac7181e5ab2ba62b503 /res/values | |
parent | 15e30e50aabf9482d9cb705ce8788027a95393e2 (diff) |
Remove full stop in description for consistency
Diffstat (limited to '')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index a4302a24..b1156e27 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -256,7 +256,7 @@ <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">Received messages will be marked with a green tick if supported.</string> + <string name="pref_use_indicate_received_summary">Received messages will be marked with a green tick if supported</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</string> <string name="pref_conference_name">Conference name</string> |