diff options
| author | 2025-01-07 11:00:05 +0000 | |
|---|---|---|
| committer | 2025-01-07 11:00:05 +0000 | |
| commit | 98c9e649c04c96519b13f1b4389bb1c329673c00 (patch) | |
| tree | d3c12b2a7c96128758f209a212f08a5d8c428c36 | |
| parent | 9856bf30d19107905068d593d463cdfc2f8efd0b (diff) | |
Updated shortcut helper title string in customization mode
Test: Manual - check that title in customization mode is "Customize
shortcuts"
Flag: com.android.systemui.keyboard_shortcut_helper_shortcut_customizer
Fix: 387583484
Change-Id: I764f6f6fe416bfc38274db076d77bdef271c0b22
| -rw-r--r-- | packages/SystemUI/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index f927e26e0cd9..0ccc25242880 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -3785,7 +3785,7 @@ <!-- Title at the top of the keyboard shortcut helper UI when in customize mode. The helper is a component that shows the user which keyboard shortcuts they can use. [CHAR LIMIT=NONE] --> - <string name="shortcut_helper_customize_mode_title">Customize keyboard shortcuts</string> + <string name="shortcut_helper_customize_mode_title">Customize shortcuts</string> <!-- Title at the top of the keyboard shortcut helper remove shortcut dialog. The helper is a component that shows the user which keyboard shortcuts they can use. Also allows the user to add/remove custom shortcuts.[CHAR LIMIT=NONE] --> |