diff options
| -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> |