diff options
author | Sam Whited <sam@samwhited.com> | 2014-10-19 18:22:06 -0400 |
---|---|---|
committer | Sam Whited <sam@samwhited.com> | 2014-10-19 18:22:06 -0400 |
commit | 47485fe0c6fe5a567174eab038a1a2ffe1abefa6 (patch) | |
tree | f077a9a2ccd035455ae8b741ef50646e34bd72ad /res/values | |
parent | 0b61fb01299c43c0cb50d817072dc050ac8fec50 (diff) |
Fixed some strange wording in a string
Still doesn't sound right to me though...
Diffstat (limited to 'res/values')
-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 ac77ca66..3862bb7b 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -253,7 +253,7 @@ <string name="pref_enable_legacy_ssl">Enable legacy SSL</string> <string name="pref_enable_legacy_ssl_summary">Enables SSLv3 support for legacy servers. Warning: SSLv3 is considered insecure.</string> <string name="pref_expert_options">Expert options</string> - <string name="pref_expert_options_summary">Please be very careful with those</string> + <string name="pref_expert_options_summary">Please be careful with these</string> <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> |