Fixed some strange wording in a string

Sam Whited created

Still doesn't sound right to me though...

Change summary

res/values/strings.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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>