summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2012-05-07 17:34:44 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-05-07 17:34:44 -0700
commitcb5adfe1efb6fb903a743b0bd2c014e41858be31 (patch)
treebf3f64f5f80ec8081b62f1b01a540e49cd661638 /res
parent98e030be2abc03e90e9fd9f8bf67e2e01db39cc0 (diff)
parent51944f1ba43f46ddb8fa9d89025ff7360fe483f0 (diff)
downloadandroid_packages_apps_Trebuchet-cb5adfe1efb6fb903a743b0bd2c014e41858be31.tar.gz
android_packages_apps_Trebuchet-cb5adfe1efb6fb903a743b0bd2c014e41858be31.tar.bz2
android_packages_apps_Trebuchet-cb5adfe1efb6fb903a743b0bd2c014e41858be31.zip
Merge "DO NOT MERGE Add content descriptions for workspace cells." into jb-dev
Diffstat (limited to 'res')
-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] -->