Update redbot/cogs/downloader/downloader.py

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
Pred
2021-03-29 04:18:04 +02:00
committed by GitHub
parent 8aa5c8d46d
commit 0f6810ff98

View File

@@ -1587,7 +1587,7 @@ class Downloader(commands.Cog):
)
)
else:
message += _("End user data statements for {cog} have been changed.").format(
message += _("End user data statement for {cog} has been changed.").format(
cog=tuple(cogs_with_changed_eud_statement)[0]
) + _("\nYou can use {command} to see the updated statement.\n").format(
command=inline(f"{ctx.clean_prefix}cog info <repo> <cog>")