diff --git a/redbot/cogs/downloader/downloader.py b/redbot/cogs/downloader/downloader.py index c60ed9ae3..6feb5dba6 100644 --- a/redbot/cogs/downloader/downloader.py +++ b/redbot/cogs/downloader/downloader.py @@ -870,7 +870,7 @@ class Downloader(commands.Cog): ( _("Successfully installed cogs: ") if len(installed_cogs) > 1 - else _("Successfully installed the cog:") + else _("Successfully installed the cog: ") ) + humanize_list(cognames) + (