diff options
-rw-r--r-- | res/values/strings.xml | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index b44952b..201f4e2 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2997,18 +2997,17 @@ <string name="accessibility_screen_magnification_title">Screen magnification</string> <!-- Summary for the accessibility preference screen to enable screen magnification. [CHAR LIMIT=35] --> <string name="accessibility_screen_magnification_summary"> - When screen magnification is on, you can:\n - \n - Temporary zoom-in: Triple-tap & hold.\n - Toggle permanent zoom state: Triple-tap & release.\n - \n - Adjust zoomed area: Triple-tap & hold to zoom, then drag your finger across the screen.\n - Pan when zoomed-in: Drag two or more fingers across the screen.\n - \n - Adjust zoom level when zoomed-out: Triple-tap & hold to zoom, then drag one or more fingers.\n - Adjust zoom level when zoomed-in: Pinch with two or more fingers.\n - </string> + When screen magnification is on, you can\:\n\n + + Zoom: Triple-tap & hold.\n + Zoom & pan: Triple-tap & hold, then drag your finger.\n + Toggle zoom in or out: Triple tap & release.\n\n + While you\'re zoomed in, you can:\n + + Pan: Drag two or more fingers across the screen.\n + Adjust zoom level: Pinch or expand using two or more fingers. + </string> <!-- Title for the accessibility preference to enable large text. [CHAR LIMIT=35] --> <string name="accessibility_toggle_large_text_preference_title">Large text</string> <!-- Title for the accessibility preference to enable screen magnification. [CHAR LIMIT=35] --> |