diff options
author | alanv <alanv@google.com> | 2012-10-09 11:05:45 -0700 |
---|---|---|
committer | alanv <alanv@google.com> | 2012-10-09 11:05:45 -0700 |
commit | f4f1b8002a94ecaccd86036430cc93ff10fe64fb (patch) | |
tree | 87d895271fc1a4bb1c46e8e4f3146e31a8c107d9 /res | |
parent | 283dce21b4902b1d0fa77c26f37f885203647d3a (diff) | |
download | packages_apps_settings-f4f1b8002a94ecaccd86036430cc93ff10fe64fb.zip packages_apps_settings-f4f1b8002a94ecaccd86036430cc93ff10fe64fb.tar.gz packages_apps_settings-f4f1b8002a94ecaccd86036430cc93ff10fe64fb.tar.bz2 |
Fix accessibility gesture summary text.
Bug: 7309663
Change-Id: I669e26d0ffafe73f0fc9296c4ba91c7c08a89ae0
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index f66ca3a..dbab689 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3097,7 +3097,7 @@ <!-- 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] --> - <string name="accessibility_global_gesture_preference_summary_on">Press and hold power, then touch and hold two fingers</string> + <string name="accessibility_global_gesture_preference_summary_on">On</string> <!-- Summary for the preference screen to enable the global geture that turns on accessibility (off state). [CHAR LIMIT=35] --> <string name="accessibility_global_gesture_preference_summary_off">Off</string> <!-- Description for the preference screen to enable the global geture taht turns on accessibility. [CHAR LIMIT=none] --> |