singular first place

This commit is contained in:
Jannes Höke 2016-05-25 03:46:25 +02:00
parent f43cfc2190
commit 5a71cbaae0

View file

@ -112,7 +112,7 @@ def stats(bot, update):
n = us.first_places
stats_text.append(
_("{number} first places",
_("{number} first place",
"{number} first places",
n).format(number=n)
)