Change a tap & hold to touch & hold.
There were ux concerns with tap and hold being unclear compared to touch
and hold. One instance of this was forgotten from an earlier checkin.
bug:26562712
Change-Id: I643d1435d66e62987a8c94e0110f70f6ea4078b9
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 6a1ab9c..2ba0395 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -3876,7 +3876,7 @@
<!-- Summary for the accessibility preference for master mono. [CHAR LIMIT=50] -->
<string name="accessibility_toggle_master_mono_summary">Combine channels when playing audio</string>
<!-- Title for accessibility preference to choose long-press delay i.e. timeout before it is detected. [CHAR LIMIT=35] -->
- <string name="accessibility_long_press_timeout_preference_title">Tap & hold delay</string>
+ <string name="accessibility_long_press_timeout_preference_title">Touch & hold delay</string>
<!-- Title for the accessibility preference to configure display color inversion. [CHAR LIMIT=NONE] -->
<string name="accessibility_display_inversion_preference_title">Color inversion</string>
<!-- Subtitle for the accessibility preference to configure display color inversion. [CHAR LIMIT=NONE] -->