summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2009-11-11 14:52:11 -0800
committerJoe Onorato <joeo@android.com>2009-11-11 14:52:11 -0800
commit52a653f3ffec3fd95987e0e35151cb670a54109a (patch)
tree2dcc41c6b8a837f4b6cf3c0dc8f06a465f027ad9 /res
parenta30ce8e6b25e41f392a41fd4d0d3e0a424a84dad (diff)
downloadandroid_packages_apps_Trebuchet-52a653f3ffec3fd95987e0e35151cb670a54109a.tar.gz
android_packages_apps_Trebuchet-52a653f3ffec3fd95987e0e35151cb670a54109a.tar.bz2
android_packages_apps_Trebuchet-52a653f3ffec3fd95987e0e35151cb670a54109a.zip
Fix 2241848 - 3D apps folder does not send accessibility events
It's now sending them. The beeping and vibrating accessibility things work, but we only have prebuilts for the speech one and it's not saying anything and I can't debug it, so this will have to do.
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c91e53384..b642ead0f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -88,6 +88,12 @@
<!-- Title of dialog when user is selecting live folder to add to homescreen -->
<string name="title_select_live_folder">Select folder</string>
+ <!-- All applications label for accessibilty (spoken when the button gets focus). -->
+ <string name="all_apps_button_label">All applications</string>
+ <!-- Label for button in all applications label to go back home (to the workspace / desktop)
+ for accessibilty (spoken when the button gets focus). -->
+ <string name="all_apps_home_button_label">Home</string>
+
<!-- Menus items: -->
<skip />
<!-- Verb, menu item used to add an item on the desktop -->