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

Commit 9873b6bc authored by yyalan's avatar yyalan
Browse files

[Quickswitch] strings fix

Refer to the direction the fingers go in not the direction of UI

Bug: 382501511
Flag: com.android.systemui.shared.new_touchpad_gestures_tutorial
Test: NONE strings fix
Change-Id: Ic7ca830ce17ce5c5a293e425f761c149064bbb84
parent c93e5ebb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4000,13 +4000,13 @@
    <!-- Touchpad switch apps gesture action name in tutorial [CHAR LIMIT=NONE] -->
    <string name="touchpad_switch_apps_gesture_action_title">Switch apps</string>
    <!-- Touchpad switch apps gesture guidance in gestures tutorial [CHAR LIMIT=NONE] -->
    <string name="touchpad_switch_apps_gesture_guidance">Swipe left using four fingers on your touchpad</string>
    <string name="touchpad_switch_apps_gesture_guidance">Swipe right using four fingers on your touchpad</string>
    <!-- Screen title after switch apps gesture was done successfully [CHAR LIMIT=NONE] -->
    <string name="touchpad_switch_apps_gesture_success_title">Great job!</string>
    <!-- Text shown to the user after they complete switch apps gesture tutorial [CHAR LIMIT=NONE] -->
    <string name="touchpad_switch_apps_gesture_success_body">You completed the switch apps gesture.</string>
    <!-- Text shown to the user after switch gesture was not done correctly [CHAR LIMIT=NONE] -->
    <string name="touchpad_switch_gesture_error_body">Swipe left using four fingers on your touchpad to switch apps</string>
    <string name="touchpad_switch_gesture_error_body">Swipe right using four fingers on your touchpad to switch apps</string>

    <!-- KEYBOARD TUTORIAL-->
    <!-- Action key tutorial title [CHAR LIMIT=NONE] -->