Unify docstring (#5081)

To be the same as L725 and L1555
631adc282f/redbot/cogs/downloader/downloader.py (L725)
631adc282f/redbot/cogs/downloader/downloader.py (L1555)
This commit is contained in:
Lifeismana 2021-05-26 17:32:37 +02:00 committed by GitHub
parent 631adc282f
commit c0f17c2155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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