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

Commit ae2850ae authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update string for Do not disturb preference."

parents 795619db ee379700
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -6240,7 +6240,16 @@
    <string name="boot_sounds_title">Power on sounds</string>
    <!-- Sound: Title for the Do not Disturb option and associated settings page. [CHAR LIMIT=50]-->
    <string name="zen_mode_settings_title">Do not disturb preferences</string>
    <string name="zen_mode_settings_title">Do Not Disturb preferences</string>
    <!-- Sound: Summary for the Do not Disturb option when there is no automatic rules turned on. [CHAR LIMIT=NONE]-->
    <string name="zen_mode_settings_summary_off">No automatic rules turned on</string>
    <!-- Sound: Summary for the Do not Disturb option when at least one automatic rules turned on. [CHAR LIMIT=NONE]-->
    <plurals name="zen_mode_settings_summary_on">
        <item quantity="one">1 automatic rule turned on</item>
        <item quantity="other"><xliff:g id="on_count" example="10">%d</xliff:g> automatic rules turned on</item>
    </plurals>
    <!-- Do not disturb: Title for the Priority interruptions option and associated settings page. [CHAR LIMIT=30] -->
    <string name="zen_mode_priority_settings_title">Priority only allows</string>