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

Commit fd87b198 authored by Doris Ling's avatar Doris Ling
Browse files

Add tablet and device product version for the Moves description text.

Provide corresponding version of the string device/phone/tablet
according to the product type.

Change-Id: I9f1e47b88ee0d72bb52b588f781470922ba572c2
Fixes: 30946424
parent 0948ce0c
Loading
Loading
Loading
Loading
+12 −4
Original line number Diff line number Diff line
@@ -7726,8 +7726,12 @@
    <!-- Preference title for gesture settings [CHAR LIMIT=25]-->
    <string name="gesture_preference_title">Gestures</string>
    <!-- Preference summary for gesture settings [CHAR LIMIT=NONE]-->
    <string name="gesture_preference_summary">Quick gestures to control your phone</string>
    <!-- Preference summary for gesture settings (phone) [CHAR LIMIT=NONE]-->
    <string name="gesture_preference_summary" product="default">Quick gestures to control your phone</string>
    <!-- Preference summary for gesture settings (tablet) [CHAR LIMIT=NONE]-->
    <string name="gesture_preference_summary" product="tablet">Quick gestures to control your tablet</string>
    <!-- Preference summary for gesture settings (device) [CHAR LIMIT=NONE]-->
    <string name="gesture_preference_summary" product="device">Quick gestures to control your device</string>
    <!-- Title text for double tap power for camera [CHAR LIMIT=60]-->
    <string name="double_tap_power_for_camera_title">Jump to Camera</string>
@@ -7750,8 +7754,12 @@
    <!-- Title text for fingerprint swipe for notifications [CHAR LIMIT=60]-->
    <string name="fingerprint_swipe_for_notifications_title">Swipe for notifications</string>
    <!-- Summary text for fingerprint swipe for notifications [CHAR LIMIT=160]-->
    <string name="fingerprint_swipe_for_notifications_summary">To check your notifications, swipe down on the fingerprint sensor on the back of your phone</string>
    <!-- Summary text for fingerprint swipe for notifications (phone) [CHAR LIMIT=160]-->
    <string name="fingerprint_swipe_for_notifications_summary" product="default">To check your notifications, swipe down on the fingerprint sensor on the back of your phone</string>
    <!-- Summary text for fingerprint swipe for notifications (tablet) [CHAR LIMIT=160]-->
    <string name="fingerprint_swipe_for_notifications_summary" product="tablet">To check your notifications, swipe down on the fingerprint sensor on the back of your tablet</string>
    <!-- Summary text for fingerprint swipe for notifications (device) [CHAR LIMIT=160]-->
    <string name="fingerprint_swipe_for_notifications_summary" product="device">To check your notifications, swipe down on the fingerprint sensor on the back of your device</string>
    <!-- Switch text for each gesture setting state -->
    <string name="gesture_setting_on">On</string>