diff options
author | Svetoslav Ganov <svetoslavganov@google.com> | 2012-09-16 14:20:36 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-09-16 14:20:36 -0700 |
commit | 260d930e304b768c31694521375876f11b8367f3 (patch) | |
tree | 8e72841308baaeaaaab06485ab08380d4d53070e | |
parent | cf008c28b871d4167e5aa19191ca691fb988f8fd (diff) | |
parent | 5081855beb631f11f5ba35a43a65bb86d3e30f44 (diff) | |
download | packages_apps_settings-260d930e304b768c31694521375876f11b8367f3.zip packages_apps_settings-260d930e304b768c31694521375876f11b8367f3.tar.gz packages_apps_settings-260d930e304b768c31694521375876f11b8367f3.tar.bz2 |
Merge "Updating the screen magnification description." into jb-mr1-dev
-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] --> |