diff options
| author | 2012-10-10 10:51:56 -0700 | |
|---|---|---|
| committer | 2012-10-10 10:51:56 -0700 | |
| commit | 8af30c0ee566fca023763a4cad6f0766400ae2f8 (patch) | |
| tree | 85d42d8896ae18e4774a2b3f7d366e14331de5ec | |
| parent | 251445667ce045c4425c10fb24e3e23f90a210c0 (diff) | |
Update to accessibility toggle message.
Change-Id: I9957b86f3424d800b1b9804dc77f5bc5b728922b
| -rwxr-xr-x | core/res/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 1c71e644f877..72de22c8f384 100755 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -3936,7 +3936,7 @@ </string> <!-- Text spoken when the user is performing a gesture that will enable accessibility. [CHAR LIMIT=none] --> - <string name="continue_to_enable_accessibility">Keep holding down your two fingers to enable accessibility.</string> + <string name="continue_to_enable_accessibility">Keep holding down 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] --> |