diff options
| author | 2024-04-03 23:48:39 +0000 | |
|---|---|---|
| committer | 2024-04-03 23:48:39 +0000 | |
| commit | 96e6491a30e3ea362dae2f2796aeab0cb594137f (patch) | |
| tree | 3bbdb64667a5c5bdb92aaa6b2929e50755d81ea6 | |
| parent | 5ba321e88fb5659e50b926e03555d05b30e4ce6e (diff) | |
| parent | 0b9013bb6455620916dd77f09214247a1e37c00d (diff) | |
Merge "Split shortcuts instruction update" into main
| -rw-r--r-- | packages/SystemUI/res/values/strings.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 71353b6774af..244603908c65 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -2023,12 +2023,12 @@ <!-- User visible title for the keyboard shortcut that pulls up Notes app for quick memo. [CHAR LIMIT=70] --> <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> - <!-- User visible title for the keyboard shortcut that enters split screen with current app to RHS [CHAR LIMIT=70] --> - <string name="system_multitasking_rhs">Enter split screen with current app to RHS</string> - <!-- User visible title for the keyboard shortcut that enters split screen with current app to LHS [CHAR LIMIT=70] --> - <string name="system_multitasking_lhs">Enter split screen with current app to LHS</string> + <!-- User visible title for the multitasking keyboard shortcuts list. [CHAR LIMIT=70] --> + <string name="keyboard_shortcut_group_system_multitasking">Multitasking</string> + <!-- User visible title for the keyboard shortcut that enters split screen with current app on the right [CHAR LIMIT=70] --> + <string name="system_multitasking_rhs">Use split screen with current app on the right</string> + <!-- User visible title for the keyboard shortcut that enters split screen with current app on the left [CHAR LIMIT=70] --> + <string name="system_multitasking_lhs">Use split screen with current app on the left</string> <!-- User visible title for the keyboard shortcut that switches from split screen to full screen [CHAR LIMIT=70] --> <string name="system_multitasking_full_screen">Switch from split screen to full screen</string> <!-- User visible title for the keyboard shortcut that switches to app on right or below while using split screen [CHAR LIMIT=70] --> |