Merge "Polish and humanize the strings for the preview of mail content." into tm-dev am: 763f9c5a98

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17247844

Change-Id: I2c492f3668da2f900d0d27563b0decc94209de2c
This commit is contained in:
PETER LIANG
2022-03-19 14:36:35 +00:00
committed by Automerger Merge Worker

View File

@@ -5289,11 +5289,11 @@
<!-- Title for the entry of the text reading options. [CHAR LIMIT=NONE] --> <!-- Title for the entry of the text reading options. [CHAR LIMIT=NONE] -->
<string name="accessibility_text_reading_options_suggestion_title">Change how text displays</string> <string name="accessibility_text_reading_options_suggestion_title">Change how text displays</string>
<!-- Subject for the mail content of the accessibility text reading preview. [CHAR LIMIT=NONE] --> <!-- Subject for the mail content of the accessibility text reading preview. [CHAR LIMIT=NONE] -->
<string name="accessibility_text_reading_preview_mail_subject">Email: Plans for time machine, v2</string> <string name="accessibility_text_reading_preview_mail_subject">Subject: Hot air balloon designs</string>
<!-- Message for the mail content of the accessibility text reading preview. [CHAR LIMIT=NONE] --> <!-- Message for the mail content of the accessibility text reading preview. [CHAR LIMIT=NONE] -->
<string name="accessibility_text_reading_preview_mail_from">From: bill@email.com</string> <string name="accessibility_text_reading_preview_mail_from">From: Bill</string>
<!-- Content for the mail content of the accessibility text reading preview. [CHAR LIMIT=NONE] --> <!-- Content for the mail content of the accessibility text reading preview. [CHAR LIMIT=NONE] -->
<string name="accessibility_text_reading_preview_mail_content">Good morning! Following up on our last conversation, Id like to check in on the progress of your time machine development plan. Will you be able to have a prototype ready to demo at E3 this year?</string> <string name="accessibility_text_reading_preview_mail_content">Good morning!\n\nI just wanted to check how the designs are coming. Will they be ready before we start building the new balloons?</string>
<!-- Title for the reset button of the accessibility text reading page to reset all preferences state. [CHAR LIMIT=NONE] --> <!-- Title for the reset button of the accessibility text reading page to reset all preferences state. [CHAR LIMIT=NONE] -->
<string name="accessibility_text_reading_reset_button_title">Reset</string> <string name="accessibility_text_reading_reset_button_title">Reset</string>
<!-- Title for the footer text to explain what option accessibility service does. [CHAR LIMIT=35] --> <!-- Title for the footer text to explain what option accessibility service does. [CHAR LIMIT=35] -->