Merge changes Ic908918a,Iefa3ec84
* changes:
Polish and humanize the title for the entry of Text and Reading Options in SuW.
Polish and humanize the title for Text and Reading Options.
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ce25741..92dfbe5 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1974,7 +1974,7 @@
<meta-data
android:name="com.android.settings.title"
- android:resource="@string/accessibility_text_reading_options_title" />
+ android:resource="@string/accessibility_text_reading_options_suggestion_title" />
<meta-data
android:name="com.android.settings.icon_tintable"
android:value="true" />
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 82bccee..36e1193 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -5229,7 +5229,9 @@
<!-- Title for the footer text to explain what accessibility service does. [CHAR LIMIT=35] -->
<string name="accessibility_introduction_title">About <xliff:g id="service" example="Select to Speak">%1$s</xliff:g></string>
<!-- Title for the accessibility preference to adjust the display size, font size, bold text, and high contrast text features. [CHAR LIMIT=NONE] -->
- <string name="accessibility_text_reading_options_title">Text and reading options</string>
+ <string name="accessibility_text_reading_options_title">Display size and text</string>
+ <!-- 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>
<!-- 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>
<!-- Message for the mail content of the accessibility text reading preview. [CHAR LIMIT=NONE] -->