Fix typo in not_enough_dice

From https://www.collinsdictionary.com/dictionary/english/dice:
> In old-fashioned English, 'dice' was used only as a plural form, and the singular was die, but now 'dice' is used as both the singular and the plural form.
This commit is contained in:
Gerhard Schlager 2023-07-31 12:39:20 +02:00 committed by Gerhard Schlager
parent 1af33fdb71
commit 76649550c2

View File

@ -45,7 +45,7 @@ en:
invalid: |- invalid: |-
Im sorry, it is mathematically impossible to roll that combination of dice. :confounded: Im sorry, it is mathematically impossible to roll that combination of dice. :confounded:
not_enough_dice: not_enough_dice:
one: "I only have %{count} die. Shameful, I know!" one: "I only have %{count} dice. Shameful, I know!"
other: "I only have %{count} dice. Shameful, I know!" other: "I only have %{count} dice. Shameful, I know!"
out_of_range: |- out_of_range: |-
Did you know that [the maximum number of sides](https://www.wired.com/2016/05/mathematical-challenge-of-designing-the-worlds-most-complex-120-sided-dice) for a mathematically fair dice is 120? Did you know that [the maximum number of sides](https://www.wired.com/2016/05/mathematical-challenge-of-designing-the-worlds-most-complex-120-sided-dice) for a mathematically fair dice is 120?