aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2014-10-15 13:26:02 +0200
committerDaniel Gultsch <daniel@gultsch.de>2014-10-15 13:26:02 +0200
commitfefce2a72ba6f99d3081ba19936a24cd0e9dd3d1 (patch)
tree3496bd135666959c6f62a0e6692d964947f65ac5
parentd09739d1660efb6da17b47e94ca7cc667a4a1ba5 (diff)
parent503d9e7a1e92fc1345e408f33ca1a4a346abf0b9 (diff)
Merge pull request #506 from SamWhited/string_fixes
Summary string typo fix
-rw-r--r--res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 900d6db4e..22622f609 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 masseges will be marked with a green tick. Be aware that this might no work in every case.</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>
@@ -268,4 +268,4 @@
<string name="using_account">using account %s</string>
<string name="checking_image">Checking image on HTTP host</string>
-</resources> \ No newline at end of file
+</resources>