singular first place
This commit is contained in:
parent
f43cfc2190
commit
5a71cbaae0
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ def stats(bot, update):
|
||||||
|
|
||||||
n = us.first_places
|
n = us.first_places
|
||||||
stats_text.append(
|
stats_text.append(
|
||||||
_("{number} first places",
|
_("{number} first place",
|
||||||
"{number} first places",
|
"{number} first places",
|
||||||
n).format(number=n)
|
n).format(number=n)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue