summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-04-29 16:30:23 -0700
committerSunny Goyal <sunnygoyal@google.com>2015-04-29 18:15:36 -0700
commit9ae77771d751a5a7fe87f660ab70908b5f55d9fc (patch)
tree85ae80f7241366c957fa79af8dbb30d869f795e5 /res/values/strings.xml
parent65d076b2ffe7ca96f014a95bd362c7d1ce004b97 (diff)
downloadandroid_packages_apps_Trebuchet-9ae77771d751a5a7fe87f660ab70908b5f55d9fc.tar.gz
android_packages_apps_Trebuchet-9ae77771d751a5a7fe87f660ab70908b5f55d9fc.tar.bz2
android_packages_apps_Trebuchet-9ae77771d751a5a7fe87f660ab70908b5f55d9fc.zip
Adding accessibility action to move item out of a folder
Change-Id: If67e3472793d6e0913adfbc9d78f64de7f751664
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a5a681a4f..57f23ae98 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -241,4 +241,6 @@
<!-- Accessibility confirmation for folder created [DO NOT TRANSLATE] -->
<string name="folder_created">Folder created</string>
+ <!-- Accessibility action to move an item from folder to workspace. [CHAR_LIMIT=30] [DO NOT TRANSLATE] -->
+ <string name="action_move_to_workspace">Move to home screen</string>
</resources>