Remove "unless turned on automatically" text
- In Q, the title of this preference was changed from "Duration" to "Default duration." The title change clarifies that the preference controls the dnd default duration and not the schedules, so we can now remove "unless turned on automatically" text in the subtext. Test: manual Fixes: 130843902 Change-Id: I404acd61136e1e1aa4675e421c07ce871c1f9db9
This commit is contained in:
@@ -7652,19 +7652,19 @@
|
|||||||
<string name="zen_mode_sound_summary_on">On</string>
|
<string name="zen_mode_sound_summary_on">On</string>
|
||||||
|
|
||||||
<!-- Do not disturb: Summary for zen mode duration setting indicating user will be prompted to set dnd duration whenever dnd is manually toggled on [CHAR LIMIT=NONE]-->
|
<!-- Do not disturb: Summary for zen mode duration setting indicating user will be prompted to set dnd duration whenever dnd is manually toggled on [CHAR LIMIT=NONE]-->
|
||||||
<string name="zen_mode_duration_summary_always_prompt">Ask every time (unless turned on automatically)</string>
|
<string name="zen_mode_duration_summary_always_prompt">Ask every time</string>
|
||||||
|
|
||||||
<!-- Do not disturb: Summary for zen mode duration setting indicating how long dnd will last when dnd is manually toggled on [CHAR LIMIT=NONE] -->
|
<!-- Do not disturb: Summary for zen mode duration setting indicating how long dnd will last when dnd is manually toggled on [CHAR LIMIT=NONE] -->
|
||||||
<string name="zen_mode_duration_summary_forever">Until you turn off (unless turned on automatically)</string>
|
<string name="zen_mode_duration_summary_forever">Until you turn off</string>
|
||||||
|
|
||||||
<!-- Do not disturb: Summary for zen mode duration setting indicating how long dnd will last when dnd is manually toggled on [CHAR LIMIT=NONE] -->
|
<!-- Do not disturb: Summary for zen mode duration setting indicating how long dnd will last when dnd is manually toggled on [CHAR LIMIT=NONE] -->
|
||||||
<plurals name="zen_mode_duration_summary_time_hours">
|
<plurals name="zen_mode_duration_summary_time_hours">
|
||||||
<item quantity="one">1 hour (unless turned on automatically)</item>
|
<item quantity="one">1 hour</item>
|
||||||
<item quantity="other"><xliff:g id="num_hours" example="3">%d</xliff:g> hours (unless turned on automatically)</item>
|
<item quantity="other"><xliff:g id="num_hours" example="3">%d</xliff:g> hours</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
|
|
||||||
<!-- Do not disturb: Summary for zen mode duration setting indicating how long dnd will last when toggled on -->
|
<!-- Do not disturb: Summary for zen mode duration setting indicating how long dnd will last when toggled on -->
|
||||||
<string name="zen_mode_duration_summary_time_minutes"><xliff:g id="num_minutes" example="5">%d</xliff:g> minutes (unless turned on automatically)</string>
|
<string name="zen_mode_duration_summary_time_minutes"><xliff:g id="num_minutes" example="5">%d</xliff:g> minutes</string>
|
||||||
|
|
||||||
<!-- Summary for the Sound Do not Disturb option when at least one automatic rules is enabled. [CHAR LIMIT=NONE]-->
|
<!-- Summary for the Sound Do not Disturb option when at least one automatic rules is enabled. [CHAR LIMIT=NONE]-->
|
||||||
<plurals name="zen_mode_sound_summary_summary_off_info">
|
<plurals name="zen_mode_sound_summary_summary_off_info">
|
||||||
|
|||||||
Reference in New Issue
Block a user