diff options
| author | 2025-03-06 05:56:12 -0800 | |
|---|---|---|
| committer | 2025-03-06 05:56:12 -0800 | |
| commit | a17fce807e8f55c23df8075882fab653be9c471e (patch) | |
| tree | 313d1a9cf22b94842e801d313041b65f5450f198 | |
| parent | 5096e2260bb12d85ce29edef41619799c2a8e2f7 (diff) | |
| parent | e9931120485726d5451c0e639247e2faa8f19bf8 (diff) | |
Merge "Renamed "Desktop View" to "Desktop Windowing" for keyboard shortcuts." into main
| -rw-r--r-- | packages/SystemUI/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index c06c17a0844f..8c1fd65d96d4 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -2357,8 +2357,8 @@ <string name="system_multitasking_lhs">Use split screen with 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">Use full screen</string> - <!-- User visible title for the keyboard shortcut that switches to desktop view [CHAR LIMIT=70] --> - <string name="system_multitasking_desktop_view">Use desktop view</string> + <!-- User visible title for the keyboard shortcut that switches to desktop windowing [CHAR LIMIT=70] --> + <string name="system_multitasking_desktop_view">Use desktop windowing</string> <!-- User visible title for the keyboard shortcut that switches to app on right or below while using split screen [CHAR LIMIT=70] --> <string name="system_multitasking_splitscreen_focus_rhs">Switch to app on right or below while using split screen</string> <!-- User visible title for the keyboard shortcut that switches to app on left or above while using split screen [CHAR LIMIT=70] --> |