diff options
| author | 2024-02-08 13:37:05 +0000 | |
|---|---|---|
| committer | 2024-02-08 13:37:05 +0000 | |
| commit | f12aa38bdb91f81c357854c67a0213c48e477f70 (patch) | |
| tree | 82163497c696430a57e105b576c9247527c04993 | |
| parent | 29149e4bd3baa2f67e78d33814786d31061fd9be (diff) | |
| parent | 1adf9b1c4f0b37080a4b3739feb4b3cefa7d4cb2 (diff) | |
Merge "Update shortcut helper string for "open notes"." into main
| -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 15688c5202ac..b30e4a2786a6 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -1932,7 +1932,7 @@      <!-- User visible title for the keyboard shortcut that locks screen. [CHAR LIMIT=70] -->      <string name="group_system_lock_screen">Lock screen</string>      <!-- User visible title for the keyboard shortcut that pulls up Notes app for quick memo. [CHAR LIMIT=70] --> -    <string name="group_system_quick_memo">Open notes</string> +    <string name="group_system_quick_memo">Take a note</string>      <!-- User visible title for the system multitasking keyboard shortcuts list. [CHAR LIMIT=70] -->      <string name="keyboard_shortcut_group_system_multitasking">System multitasking</string> |