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

Commit 1721b770 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...

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

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

Change-Id: Iecc260707e967030134074a8df3a7f989f4e7272
parents 49a6b126 68f710f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4557,7 +4557,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>