summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Josh <jmokut@google.com> 2025-01-13 12:32:08 +0000
committer Josh <jmokut@google.com> 2025-01-13 12:32:08 +0000
commit3c447f9966a458c1d963a5dde48093e11aef8dba (patch)
tree54df946e84d479e1fd004605b03815f4fd00701b
parentad4ddf614df088dead679103389515b28ec4d423 (diff)
Updated Add custom shortcut dialog string
Description text was previously "Press key to assign shortcut" And is now: "To create this shortcut, press the Action key and one or more other keys together" Error message was previous "Key combination already in use. Try another key" and is now: "Key combination already in use, Try another combination" Test: Manual - check that strings in the add custom shortcut dialog are updated as above. Flag: com.android.systemui.keyboard_shortcut_helper_shortcut_customizer Fix: 388430701 Change-Id: I69b1756f1ec449587e69a6e55de2156ed10d862f
-rw-r--r--packages/SystemUI/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml
index f927e26e0cd9..11a03af999cb 100644
--- a/packages/SystemUI/res/values/strings.xml
+++ b/packages/SystemUI/res/values/strings.xml
@@ -3799,7 +3799,7 @@
user what action they need to take in the customization dialog to assign a new custom shortcut.
The shortcut customize dialog allows users to add/remove custom shortcuts
[CHAR LIMIT=NONE] -->
- <string name="shortcut_customize_mode_add_shortcut_description">Press key to assign shortcut</string>
+ <string name="shortcut_customize_mode_add_shortcut_description">To create this shortcut, press the Action key and one or more other keys together</string>
<!-- Sub title at the top of the remove custom shortcut dialog. Explains to the user what action
they're about to take when they click remove shortcut. The shortcut customize dialog allows
users to add/remove custom shortcuts
@@ -3896,7 +3896,7 @@
<!-- Error message displayed when the user select a key combination that is already in use while
assigning a new custom key combination to a shortcut in shortcut helper. The helper is a
component that shows the user which keyboard shortcuts they can use. [CHAR LIMIT=NONE] -->
- <string name="shortcut_customizer_key_combination_in_use_error_message">Key combination already in use. Try another key.</string>
+ <string name="shortcut_customizer_key_combination_in_use_error_message">Key combination already in use. Try another combination.</string>
<!-- Generic error message displayed when the user selected key combination cannot be used as
custom keyboard shortcut in shortcut helper. The helper is a component that shows the user
which keyboard shortcuts they can use and allows users to customize their keyboard