diff --git a/simple_commands.py b/simple_commands.py index 1c7d059..88920b2 100644 --- a/simple_commands.py +++ b/simple_commands.py @@ -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) )