Quick affordance long-press failure string updated
The previous string included "to open" but many quick affordances do not open anything (instead they turn something on or off, like the flashlight, for example). After discussing with the UX writer, we decided on this, more generic text. Bug: 262776614 Test: made sure that the new string renders properly when the quick affordance is tapped instead of long-pressed Change-Id: I3eee7797961fea736899eb54da76f243c625484c
This commit is contained in:
@@ -2742,10 +2742,10 @@
|
||||
<string name="keyguard_affordance_enablement_dialog_home_instruction_2">• At least one device is available</string>
|
||||
|
||||
<!--
|
||||
Error message shown when a button should be pressed and held to activate it, usually shown when
|
||||
the user attempted to tap the button or held it for too short a time. [CHAR LIMIT=32].
|
||||
Error message shown when a shortcut must be pressed and held to activate it, usually shown when
|
||||
the user tried to tap the shortcut or held it for too short a time. [CHAR LIMIT=32].
|
||||
-->
|
||||
<string name="keyguard_affordance_press_too_short">Touch & hold to open</string>
|
||||
<string name="keyguard_affordance_press_too_short">Touch & hold shortcut</string>
|
||||
|
||||
<!-- Text for education page of cancel button to hide the page. [CHAR_LIMIT=NONE] -->
|
||||
<string name="rear_display_bottom_sheet_cancel">Cancel</string>
|
||||
|
||||
Reference in New Issue
Block a user