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

Commit a675845b authored by Vladislav Koldobskiy's avatar Vladislav Koldobskiy Committed by Gerrit Code Review
Browse files

DeskClock: use different strings depending on product type

Change-Id: Idd56b21154004711bc42f6a64ee5564730681382
parent 666b85d1
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -30,7 +30,8 @@
    <string name="flip_action_dialog_title">Flip device to\u2026</string>

    <!-- Setting summary for the flip action setting. -->
    <string name="flip_action_summary">Flipping the device over will <xliff:g id="action">%s</xliff:g></string>
    <string name="flip_action_summary" product="tablet">Flipping the tablet over will <xliff:g id="action">%s</xliff:g></string>
    <string name="flip_action_summary" product="default">Flipping the phone over will <xliff:g id="action">%s</xliff:g></string>

    <!-- Setting title for the shake action setting. -->
    <string name="shake_action_title">Shake action</string>
@@ -39,7 +40,8 @@
    <string name="shake_action_dialog_title">Shake device to\u2026</string>

    <!-- Setting summary for the shake action setting. -->
    <string name="shake_action_summary">Shaking the device will <xliff:g id="action">%s</xliff:g></string>
    <string name="shake_action_summary" product="tablet">Shaking the tablet will <xliff:g id="action">%s</xliff:g></string>
    <string name="shake_action_summary" product="default">Shaking the phone will <xliff:g id="action">%s</xliff:g></string>

    <!-- Stopwatch -->
    <string name="stopwatch_settings">STOPWATCH</string>