Fix bad apostrophe escaping in new safety tip strings.

This commit is contained in:
Cody Henthorne
2026-04-16 13:08:59 -04:00
parent d5f85c0661
commit 1a3e81dcb0

View File

@@ -759,8 +759,8 @@
<!-- Content description for next tip button -->
<string name="SafetyTips_next_tip">Next tip</string>
<!-- Summary tip 0 title: Don\t respond to chats from Signal -->
<string name="SafetyTips_summary_tip0_title">Don\t respond to chats from Signal</string>
<!-- Summary tip 0 title: Don't respond to chats from Signal -->
<string name="SafetyTips_summary_tip0_title">Don\'t respond to chats from Signal</string>
<!-- Summary tip 0 message -->
<string name="SafetyTips_summary_tip0_message">Signal will never message you for your registration code, PIN, or recovery key. Never respond to a chat pretending to be Signal.</string>
<!-- Summary tip 1 title: Review names and photos -->
@@ -773,13 +773,13 @@
<string name="SafetyTips_summary_tip2_message">Avoid vague messages that try to get you to reply. Be aware of financial tips and suspicious web links.</string>
<!-- Detail tip 0 title -->
<string name="SafetyTips_detail_tip0_title">Don\t respond to chats from Signal</string>
<string name="SafetyTips_detail_tip0_title">Don\'t respond to chats from Signal</string>
<!-- Detail tip 0 message -->
<string name="SafetyTips_detail_tip0_message">Signal will never message you for your registration code, PIN, or recover key. Don\t reply to chats pretending to be Signal or Signal Support. Bad actors set up fake chats to try to take over your account.</string>
<string name="SafetyTips_detail_tip0_message">Signal will never message you for your registration code, PIN, or recover key. Don\'t reply to chats pretending to be Signal or Signal Support. Bad actors set up fake chats to try to take over your account.</string>
<!-- Detail tip 1 title -->
<string name="SafetyTips_detail_tip1_title">Review names and photos</string>
<!-- Detail tip 1 message -->
<string name="SafetyTips_detail_tip1_message">Look out for the \"Name not verified\" notice. Everyone sets their own profile name and photo in Signal. If you\re unsure who a new request is from it\s safer to ignore it.</string>
<string name="SafetyTips_detail_tip1_message">Look out for the \"Name not verified\" notice. Everyone sets their own profile name and photo in Signal. If you\'re unsure who a new request is from it\'s safer to ignore it.</string>
<!-- Detail tip 2 title -->
<string name="SafetyTips_detail_tip2_title">Vague or irrelevant messages</string>
<!-- Detail tip 2 message -->
@@ -787,11 +787,11 @@
<!-- Detail tip 3 title -->
<string name="SafetyTips_detail_tip3_title">Messages with web links</string>
<!-- Detail tip 3 message -->
<string name="SafetyTips_detail_tip3_message">Be careful of messages from people you don\t know that have links to websites. Never visit links from people you don\t trust.</string>
<string name="SafetyTips_detail_tip3_message">Be careful of messages from people you don\'t know that have links to websites. Never visit links from people you don\'t trust.</string>
<!-- Detail tip 4 title -->
<string name="SafetyTips_detail_tip4_title">Crypto or money scams</string>
<!-- Detail tip 4 message -->
<string name="SafetyTips_detail_tip4_message">If someone you don\t know messages about cryptocurrency (like Bitcoin) or a financial opportunity, be careful&#8212;it\s likely spam.</string>
<string name="SafetyTips_detail_tip4_message">If someone you don\'t know messages about cryptocurrency (like Bitcoin) or a financial opportunity, be careful&#8212;it\'s likely spam.</string>
<!-- Detail tip 5 title -->
<string name="SafetyTips_detail_tip5_title">Fake businesses</string>
<!-- Detail tip 5 message -->
@@ -799,14 +799,14 @@
<!-- Bottom sheet text explaining that profile names are chosen by the account holder. Placeholder will be \'Profile names\' -->
<string name="ProfileNameBottomSheet__profile_names_on_signal">%s on Signal are chosen by their account holder.</string>
<!-- Bottom sheet text explaining that Signal cant verify names and photos -->
<string name="ProfileNameBottomSheet__signal_cant_verify">Signal can\t verify names and photos</string>
<!-- Bottom sheet text explaining that Signal can't verify names and photos -->
<string name="ProfileNameBottomSheet__signal_cant_verify">Signal can\'t verify names and photos</string>
<!-- Bottom sheet text explaining that Signal will never contact you for registration code, PIN, or recovery key -->
<string name="ProfileNameBottomSheet__signal_will_never_contact">Signal will never contact you for your registration code, PIN, or recovery key</string>
<!-- Bottom sheet text explaining that accounts can impersonate other people and to be cautious -->
<string name="ProfileNameBottomSheet__be_cautious_of_accounts">Be cautious of accounts that impersonate others</string>
<!-- Bottom sheet text explaining that personal information should not be shared with strangers -->
<string name="ProfileNameBottomSheet__dont_share_personal">Don\t share personal information with people you don\t know</string>
<string name="ProfileNameBottomSheet__dont_share_personal">Don\'t share personal information with people you don\'t know</string>
<!-- Bottom sheet text explaining that group names are chosen by the group members. Placeholder will be \'Group names\' -->
<string name="ProfileNameBottomSheet__group_names_on_signal">%1$s are chosen by members of the group.</string>
<!-- Bottom sheet text explaining that groups can impersonate organizations and to be cautious -->
@@ -2339,7 +2339,7 @@
<!-- Alert dialog title to accept a message request -->
<string name="MessageRequestBottomView_accept_request">Accept request?</string>
<!-- Alert dialog body to review the message request carefully -->
<string name="MessageRequestBottomView_review_requests_carefully">Review requests carefully. Profile names are chosen by their account owner and aren\t verified.</string>
<string name="MessageRequestBottomView_review_requests_carefully">Review requests carefully. Profile names are chosen by their account owner and aren\'t verified.</string>
<!-- Alert dialog body for accepting a message request. Contains bold substring placeholder -->
<string name="MessageRequestBottomView_accept_request_body">Only accept requests from people you trust. %1$s message you for a registration code, PIN, or recovery key.</string>
<!-- Bold substring used in accept request body: "Signal will never" -->