Update HCT strings to Text outlines after UXW feedback.
Fix: 384791485 Test: see screenshots in bug Flag: EXEMPT resource only strings change Change-Id: I8f3f5bdd93cc13b308b155e45e2ea97e03257abc
This commit is contained in:
@@ -5473,11 +5473,11 @@
|
||||
<!-- Title for the notification that high contrast text has been replaced. [CHAR LIMIT=NONE] -->
|
||||
<string name="accessibility_notification_high_contrast_text_title">High contrast text has been replaced</string>
|
||||
<!-- Text content for the notification that high contrast text has been replaced. [CHAR LIMIT=NONE] -->
|
||||
<string name="accessibility_notification_high_contrast_text_content">Try Maximize text contrast instead. Find it in Settings.</string>
|
||||
<string name="accessibility_notification_high_contrast_text_content">Try Text outlines instead. Find it in Settings.</string>
|
||||
<!-- Action for the notification to high contrast text. [CHAR LIMIT=35] -->
|
||||
<string name="accessibility_notification_high_contrast_text_action">Open Settings</string>
|
||||
<!-- Title for the accessibility preference to high contrast text. [CHAR LIMIT=35] -->
|
||||
<string name="accessibility_toggle_maximize_text_contrast_preference_title">Maximize text contrast</string>
|
||||
<!-- Title for the accessibility preference that adds an outline behind text to increase contrast and legibility. [CHAR LIMIT=35] -->
|
||||
<string name="accessibility_toggle_maximize_text_contrast_preference_title">Text outlines</string>
|
||||
<!-- Summary for the accessibility preference to high contrast text. [CHAR LIMIT=NONE] -->
|
||||
<string name="accessibility_toggle_maximize_text_contrast_preference_summary">Add a black or white background around text to increase contrast</string>
|
||||
<!-- Title for the accessibility preference to auto update screen magnification. [CHAR LIMIT=35] -->
|
||||
@@ -5959,6 +5959,8 @@
|
||||
<string name="keywords_display_size">screen size, large screen</string>
|
||||
<!-- List of synonyms used in the settings search bar to find the “Bold text”. [CHAR LIMIT=NONE] -->
|
||||
<string name="keywords_bold_text">High contrast, low vision, bold font, bold face</string>
|
||||
<!-- List of synonyms used in the settings search bar to find "Text outlines", previously known as "High contrast text". [CHAR LIMIT=NONE] -->
|
||||
<string name="keywords_maximize_text_contrast">high contrast text</string>
|
||||
<!-- List of synonyms used in the settings search bar to find the “Select to Speak”. [CHAR LIMIT=NONE] -->
|
||||
<string name="keywords_select_to_speak"></string>
|
||||
<!-- List of synonyms used in the settings search bar to find the “Color correction”. [CHAR LIMIT=NONE] -->
|
||||
|
@@ -57,7 +57,8 @@
|
||||
android:key="toggle_high_text_contrast_preference"
|
||||
android:persistent="false"
|
||||
android:title="@string/accessibility_toggle_maximize_text_contrast_preference_title"
|
||||
android:summary="@string/accessibility_toggle_maximize_text_contrast_preference_summary" />
|
||||
android:summary="@string/accessibility_toggle_maximize_text_contrast_preference_summary"
|
||||
settings:keywords="@string/keywords_maximize_text_contrast"/>
|
||||
|
||||
<com.android.settings.accessibility.TextReadingResetPreference
|
||||
android:key="reset"
|
||||
|
Reference in New Issue
Block a user