summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorSvetoslav Ganov <svetoslavganov@google.com>2012-10-01 18:45:18 -0700
committerSvetoslav Ganov <svetoslavganov@google.com>2012-10-01 18:45:21 -0700
commit9a455fbe710574b14a1abaa65108f0827fb9b82e (patch)
treef19b1ffe35c5e3ddfcf11158d544297431111fd8 /core
parentbfbf6e1232013a999f4776f7fdf7cf6fb577f89b (diff)
downloadframeworks_base-9a455fbe710574b14a1abaa65108f0827fb9b82e.zip
frameworks_base-9a455fbe710574b14a1abaa65108f0827fb9b82e.tar.gz
frameworks_base-9a455fbe710574b14a1abaa65108f0827fb9b82e.tar.bz2
Upading the strings for the global accessibility enabling gesture.
bug:7255486 Change-Id: I10b0e5a97518bbb442656c142bf2c822f897331b
Diffstat (limited to 'core')
-rwxr-xr-xcore/res/res/values/strings.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 51dc0d2..8a75e24 100755
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -3926,13 +3926,12 @@
"Raise volume above safe level?\nListening at high volume for long periods may damage your hearing."
</string>
-
<!-- Text spoken when the user is performing a gesture that will enable accessibility. [CHAR LIMIT=none] -->
- <string name="continue_to_enable_accessibility">Continue touching the screen to enable accessibility.</string>
+ <string name="continue_to_enable_accessibility">Keep holding down your two fingers to enable accessibility.</string>
<!-- Text spoken when the user enabled accessibility. [CHAR LIMIT=none] -->
<string name="accessibility_enabled">Accessibility enabled.</string>
<!-- Text spoken when the user stops preforming a gesture that would enable accessibility. [CHAR LIMIT=none] -->
- <string name="enable_accessibility_canceled">Enable accessibility canceled.</string>
+ <string name="enable_accessibility_canceled">Accessibility canceled.</string>
<!-- Text spoken when the current user is switched if accessibility is enabled. [CHAR LIMIT=none] -->
<string name="user_switched">Switched to user <xliff:g id="name" example="Bob">%1$s</xliff:g>.</string>