diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 1f94287..1343b67 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3091,20 +3091,9 @@ <!-- Title for the accessibility preference category of system related preferences. [CHAR LIMIT=25] --> <string name="accessibility_system_title">System</string> <!-- Title for the accessibility preference screen to enable screen magnification. [CHAR LIMIT=35] --> - <string name="accessibility_screen_magnification_title">Screen magnification</string> + <string name="accessibility_screen_magnification_title">Magnification gestures</string> <!-- Summary for the accessibility preference screen to enable screen magnification. [CHAR LIMIT=none] --> - <string name="accessibility_screen_magnification_summary"> - 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> + <string name="accessibility_screen_magnification_summary">When this feature is turned on, you can zoom in and out by triple-tapping the screen.\n\nWhile zoomed in, you can:\n<ul><li>Pan: Drag two or more fingers across the screen.</li>\n<li>Adjust zoom level: Pinch two or more fingers together or spread them apart.</li></ul>\n\nYou can also temporarily magnify what\'s under your finger by triple-tapping and holding. In this magnified state, you can drag your finger to explore different parts of the screen. Lift your finger to return to your previous state.\n\nNote: Triple-tap for magnification works everywhere except the keyboard and navigation bar.</string> <!-- Title for the preference to enable the global geture that turns on accessibility. [CHAR LIMIT=35] --> <string name="accessibility_global_gesture_preference_title">Accessibility shortcut</string> <!-- Summary for the preference to enable the global geture that turns on accessibility (on state). [CHAR LIMIT=60] --> |