mirror of
https://github.com/discourse/discourse.git
synced 2025-03-01 08:49:20 +00:00
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:
parent
1af33fdb71
commit
76649550c2
@ -45,7 +45,7 @@ en:
|
|||||||
invalid: |-
|
invalid: |-
|
||||||
I’m sorry, it is mathematically impossible to roll that combination of dice. :confounded:
|
I’m 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?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user