summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authoralanv <alanv@google.com>2012-05-07 17:31:32 -0700
committeralanv <alanv@google.com>2012-05-07 17:31:58 -0700
commit51944f1ba43f46ddb8fa9d89025ff7360fe483f0 (patch)
tree10ea781b508f39f2747fc9a0dad873d36b1dccee /res/values
parent8a0bff5e35f63321178bbf777ec24d42544866b3 (diff)
downloadandroid_packages_apps_Trebuchet-51944f1ba43f46ddb8fa9d89025ff7360fe483f0.tar.gz
android_packages_apps_Trebuchet-51944f1ba43f46ddb8fa9d89025ff7360fe483f0.tar.bz2
android_packages_apps_Trebuchet-51944f1ba43f46ddb8fa9d89025ff7360fe483f0.zip
DO NOT MERGE Add content descriptions for workspace cells.
Bug: 6441414 Change-Id: Iba57fb25c4c7e57a04b45ca60923edd9158228aa
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d9fbba253..1416d40e9 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -213,10 +213,13 @@ s -->
<!-- Accessibility -->
<skip />
+ <!-- The format string for Workspace descriptions [CHAR_LIMIT=none] -->
+ <string name="workspace_description_format">Home screen %1$d</string>
+
<!-- The format string for default page scroll text [CHAR_LIMIT=none] -->
<string name="default_scroll_format">Page %1$d of %2$d</string>
<!-- The format string for Workspace page scroll text [CHAR_LIMIT=none] -->
- <string name="workspace_scroll_format">Workspace %1$d of %2$d</string>
+ <string name="workspace_scroll_format">Home screen %1$d of %2$d</string>
<!-- The format string for AppsCustomize Apps page scroll text [CHAR_LIMIT=none] -->
<string name="apps_customize_apps_scroll_format">Apps page %1$d of %2$d</string>
<!-- The format string for AppsCustomize Apps page scroll text [CHAR_LIMIT=none] -->