Skip to content

Commit 4c10add

Browse files
committed
change font(s) as well
1 parent 73fe997 commit 4c10add

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Files.App/Strings/en-US/Resources.resw

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3550,31 +3550,31 @@
35503550
<comment>Shown in a StatusCenter card.</comment>
35513551
</data>
35523552
<data name="StatusCenter_InstallFontCanceled_SubHeader" xml:space="preserve">
3553-
<value>Canceled installing {0} font(s) from "{1}"</value>
3553+
<value>Canceled installing {0, plural, one {# font} other {# fonts}} from "{1}"</value>
35543554
<comment>Shown in a StatusCenter card.</comment>
35553555
</data>
35563556
<data name="StatusCenter_InstallFontComplete_Header" xml:space="preserve">
3557-
<value>Installed {0} font(s)</value>
3557+
<value>Installed {0, plural, one {# font} other {# fonts}}</value>
35583558
<comment>Shown in a StatusCenter card.</comment>
35593559
</data>
35603560
<data name="StatusCenter_InstallFontComplete_SubHeader" xml:space="preserve">
3561-
<value>Installed {0} font(s) from "{1}"</value>
3561+
<value>Installed {0, plural, one {# font} other {# fonts}} from "{1}"</value>
35623562
<comment>Shown in a StatusCenter card.</comment>
35633563
</data>
35643564
<data name="StatusCenter_InstallFontFailed_Header" xml:space="preserve">
3565-
<value>Error installing {0} font(s)</value>
3565+
<value>Error installing {0, plural, one {# font} other {# fonts}}</value>
35663566
<comment>Shown in a StatusCenter card.</comment>
35673567
</data>
35683568
<data name="StatusCenter_InstallFontFailed_SubHeader" xml:space="preserve">
3569-
<value>Failed to install {0} font(s) from "{1}"</value>
3569+
<value>Failed to install {0, plural, one {# font} other {# fonts}} from "{1}"</value>
35703570
<comment>Shown in a StatusCenter card.</comment>
35713571
</data>
35723572
<data name="StatusCenter_InstallFontInProgress_Header" xml:space="preserve">
3573-
<value>Installing {0} font(s)</value>
3573+
<value>Installing {0, plural, one {# font} other {# fonts}}</value>
35743574
<comment>Shown in a StatusCenter card.</comment>
35753575
</data>
35763576
<data name="StatusCenter_InstallFontInProgress_SubHeader" xml:space="preserve">
3577-
<value>Installing {0} font(s) from "{1}"</value>
3577+
<value>Installing {0, plural, one {# font} other {# fonts}} from "{1}"</value>
35783578
<comment>Shown in a StatusCenter card.</comment>
35793579
</data>
35803580
<data name="StatusCenter_CopyCanceled_Header" xml:space="preserve">

0 commit comments

Comments
 (0)