diff --git a/redbot/cogs/downloader/downloader.py b/redbot/cogs/downloader/downloader.py index bb8aa5378..a0e1ff51b 100644 --- a/redbot/cogs/downloader/downloader.py +++ b/redbot/cogs/downloader/downloader.py @@ -825,7 +825,7 @@ class Downloader(commands.Cog): message += ( _("\nFailed to install requirements: ") if len(failed_reqs) > 1 - else _("\nFailed to install requirement: ") + else _("\nFailed to install the requirement: ") ) + humanize_list(tuple(map(inline, failed_reqs))) await self.send_pagified(ctx, message) return