summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-02-22 16:53:52 -0800
committerSunny Goyal <sunnygoyal@google.com>2016-02-22 16:53:52 -0800
commitec8e15dd1974346fe1067c3efc2585a265073a9f (patch)
treeba24a1f0461a5de59e57081553aa25426999f94c /res
parentfbf19cccd293ca23cbed38eaa25abc6ea72be83e (diff)
downloadandroid_packages_apps_Trebuchet-ec8e15dd1974346fe1067c3efc2585a265073a9f.tar.gz
android_packages_apps_Trebuchet-ec8e15dd1974346fe1067c3efc2585a265073a9f.tar.bz2
android_packages_apps_Trebuchet-ec8e15dd1974346fe1067c3efc2585a265073a9f.zip
Chaning touch to tap
Bug: 26880138 Change-Id: Ieedb37df75446d5a3c2878d16a1ba698e86c9ad2
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c4943f8b4..649969491 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -47,7 +47,7 @@
<!-- Widgets -->
<!-- Message to tell the user to press and hold on a widget to add it [CHAR_LIMIT=50] -->
- <string name="long_press_widget_to_add">Touch &amp; hold to pick up a widget.</string>
+ <string name="long_press_widget_to_add">Tap &amp; hold to pick up a widget.</string>
<!-- Accessibility spoken hint message in widget picker, which allows user to add a widget. Custom action is the label for additional accessibility actions available in this mode [CHAR_LIMIT=100] -->
<string name="long_accessible_way_to_add">Double-tap &amp; hold to pick up a widget or use custom actions.</string>
<!-- The format string for the dimensions of a widget in the drawer -->
@@ -145,7 +145,7 @@
<!-- The title text for workspace longpress action [CHAR_LIMIT=40] -->
<string name="workspace_cling_longpress_title">Wallpapers, widgets, &amp; settings</string>
<!-- The description of how to use the workspace [CHAR_LIMIT=70] -->
- <string name="workspace_cling_longpress_description">Touch &amp; hold background to customize</string>
+ <string name="workspace_cling_longpress_description">Tap &amp; hold background to customize</string>
<!-- The description of the button to dismiss the cling [CHAR_LIMIT=30] -->
<string name="workspace_cling_longpress_dismiss">GOT IT</string>
@@ -153,9 +153,9 @@
<!-- The format string for when a folder is opened, speaks the dimensions -->
<string name="folder_opened">Folder opened, <xliff:g id="width" example="5">%1$d</xliff:g> by <xliff:g id="height" example="3">%2$d</xliff:g></string>
<!-- Instruction that clicking outside will close folder -->
- <string name="folder_tap_to_close">Touch to close folder</string>
+ <string name="folder_tap_to_close">Tap to close folder</string>
<!-- Instruction that clicking outside will commit folder rename -->
- <string name="folder_tap_to_rename">Touch to save rename</string>
+ <string name="folder_tap_to_rename">Tap to save rename</string>
<!-- Indication that folder closed -->
<string name="folder_closed">Folder closed</string>
<!-- Folder renamed format -->