Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68f710f5 authored by Menghan Li's avatar Menghan Li Committed by Automerger Merge Worker
Browse files

Merge "Remve TAB character warning in multiple shortcut dialog" into sc-v2-dev am: 54bc8fe1

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15674534

Change-Id: Ia14c486ae781a98e34d982d3376b10a40557f266
parents 4b422dbb 54bc8fe1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4554,7 +4554,7 @@
    <string name="accessibility_shortcut_multiple_service_warning">Holding down both volume keys for a few seconds turns on accessibility features. This may change how your device works.\n\nCurrent features:\n<xliff:g id="service" example="TalkBack">%1$s</xliff:g>\nYou can change selected features in Settings > Accessibility.</string>

    <!-- Used in multiple service warning to list current features. [CHAR LIMIT=none] -->
    <string name="accessibility_shortcut_multiple_service_list">\t<xliff:g id="service" example="TalkBack">%1$s</xliff:g>\n</string>
    <string name="accessibility_shortcut_multiple_service_list">\u0020<xliff:g id="service" example="TalkBack">%1$s</xliff:g>\n</string>

    <!-- Dialog title for dialog shown when this accessibility shortcut is activated, and we want to confirm that the user understands what's going to happen. [CHAR LIMIT=none] -->
    <string name="accessibility_shortcut_single_service_warning_title">Turn on <xliff:g id="service" example="TalkBack">%1$s</xliff:g> shortcut?</string>