diff options
author | Charles Chen <clchen@google.com> | 2012-10-11 10:27:06 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-10-11 10:27:06 -0700 |
commit | ac15b48b2b18a3096fa596fdc6f9308047f3e694 (patch) | |
tree | e34271a857b11071606b9d1661175fa272c1c59b /res/values | |
parent | 4465bbb7e14020e10620cda70fc51896b57ced67 (diff) | |
parent | f4f1b8002a94ecaccd86036430cc93ff10fe64fb (diff) | |
download | packages_apps_settings-ac15b48b2b18a3096fa596fdc6f9308047f3e694.zip packages_apps_settings-ac15b48b2b18a3096fa596fdc6f9308047f3e694.tar.gz packages_apps_settings-ac15b48b2b18a3096fa596fdc6f9308047f3e694.tar.bz2 |
Merge "Fix accessibility gesture summary text." into jb-mr1-dev
Diffstat (limited to 'res/values')
-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 2e5adc0..679cd4e 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3103,7 +3103,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] --> |