Pluralize units for custom timer dialog.

This commit is contained in:
Cody Henthorne 2021-05-19 09:40:20 -04:00
parent 75589f1b2d
commit 5d5d61d8ed
2 changed files with 10 additions and 10 deletions

View file

@ -383,11 +383,11 @@
</integer-array>
<string-array name="CustomExpireTimerSelectorView__unit_labels">
<item>@string/CustomExpireTimerSelectorView__second</item>
<item>@string/CustomExpireTimerSelectorView__minute</item>
<item>@string/CustomExpireTimerSelectorView__hour</item>
<item>@string/CustomExpireTimerSelectorView__day</item>
<item>@string/CustomExpireTimerSelectorView__week</item>
<item>@string/CustomExpireTimerSelectorView__seconds</item>
<item>@string/CustomExpireTimerSelectorView__minutes</item>
<item>@string/CustomExpireTimerSelectorView__hours</item>
<item>@string/CustomExpireTimerSelectorView__days</item>
<item>@string/CustomExpireTimerSelectorView__weeks</item>
</string-array>
</resources>

View file

@ -3438,11 +3438,11 @@
<string name="ExpireTimerSettingsFragment__set">Set</string>
<string name="ExpireTimerSettingsFragment__save">Save</string>
<string name="CustomExpireTimerSelectorView__second">Second</string>
<string name="CustomExpireTimerSelectorView__minute">Minute</string>
<string name="CustomExpireTimerSelectorView__hour">Hour</string>
<string name="CustomExpireTimerSelectorView__day">Day</string>
<string name="CustomExpireTimerSelectorView__week">Week</string>
<string name="CustomExpireTimerSelectorView__seconds">seconds</string>
<string name="CustomExpireTimerSelectorView__minutes">minutes</string>
<string name="CustomExpireTimerSelectorView__hours">hours</string>
<string name="CustomExpireTimerSelectorView__days">days</string>
<string name="CustomExpireTimerSelectorView__weeks">weeks</string>
<!-- HelpSettingsFragment -->
<string name="HelpSettingsFragment__support_center">Support center</string>