summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorCharles Chen <clchen@google.com>2009-11-10 14:05:41 -0800
committerCharles Chen <clchen@google.com>2009-11-16 15:28:31 -0800
commit05b08a50f86a91ab2db6b7e47febadc593972609 (patch)
tree8f62abbf62973f7b3d1a22abeb5729cc25994c21 /res/values
parent51004fbf7f30bbc7a90b54faadbb2b5a2bbe2c04 (diff)
downloadpackages_apps_settings-05b08a50f86a91ab2db6b7e47febadc593972609.zip
packages_apps_settings-05b08a50f86a91ab2db6b7e47febadc593972609.tar.gz
packages_apps_settings-05b08a50f86a91ab2db6b7e47febadc593972609.tar.bz2
Adding a prompt to help users download Talkback
(Google's open source screen reader) if they go to the Accessibility settings screen and do not have any accessibility tools installed. This is a fix for bug #2250279
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5bbe03d..dce66db 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1752,6 +1752,16 @@ found in the list of installed applications.</string>
<!-- Warning about disabling accessibility displayed as a dialog message when the user
selects to disable accessibility. This avoids accidental disabling. -->
<string name="accessibility_service_disable_warning">Disable accessibility?</string>
+ <!-- Title for the prompt that lets users know that they have no accessibility related apps
+ installed and that they can install TalkBack from Market. -->
+ <string name="accessibility_service_no_apps_title">No accessibility related applications found
+ </string>
+ <!-- Message for the prompt that lets users know that they have no accessibility related apps
+ installed and that they can install TalkBack from Market. -->
+ <string name="accessibility_service_no_apps_message">You do not have any accessibility related
+ applications installed.\n\nYou can download a screen reader for your device from Android
+ Market.\n\nClick "OK" to install the screen reader.</string>
+
<!-- App Fuel Gauge strings -->
<skip/>