diff options
| author | 2023-04-03 17:15:01 +0000 | |
|---|---|---|
| committer | 2023-04-03 17:15:01 +0000 | |
| commit | 3fc7110b339668f5ea1ee535a6f4026adcfaaf6d (patch) | |
| tree | 9fe51fdfc727f4c8776e50d2d2c8b5681947ccba | |
| parent | 391febbae20ec2c5cadc301249d640a78f7873d0 (diff) | |
| parent | 77d7e5a1a22ecab73e404b70edc8e97d24e32de9 (diff) | |
Merge "Update double-tap education label" into tm-qpr-dev am: 155692f329 am: 77d7e5a1a2
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22428583
Change-Id: I731c464ac8ff7b3c91c0be5823d43d7f61b63cc5
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | libs/WindowManager/Shell/res/values/strings.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libs/WindowManager/Shell/res/values/strings.xml b/libs/WindowManager/Shell/res/values/strings.xml index 563fb4d88941..87a7c3edf826 100644 --- a/libs/WindowManager/Shell/res/values/strings.xml +++ b/libs/WindowManager/Shell/res/values/strings.xml @@ -228,9 +228,10 @@ the screen. This time the double-tap can happen on the top or bottom of the screen. To teach the user about this feature, we display an education explaining how the double-tap works and how the app can be moved on the screen. - This is the text we show to the user below an animated icon visualizing the double-tap - action. [CHAR LIMIT=NONE] --> - <string name="letterbox_reachability_reposition_text">Double-tap to move this app</string> + This is the text we show to the user below an icon visualizing the double-tap + action. The description should be split in two lines separated by "\n" like for this + locale. [CHAR LIMIT=NONE] --> + <string name="letterbox_reachability_reposition_text">Double-tap to\nmove this app</string> <!-- Freeform window caption strings --> <!-- Accessibility text for the maximize window button [CHAR LIMIT=NONE] --> |