From 6ff844e605db6cd73f4b588cac5f7719cea1f781 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Tue, 4 Jan 2022 16:52:15 -0800 Subject: [PATCH] Fix formatting in error message about already installed cog (#5531) --- redbot/cogs/downloader/downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/cogs/downloader/downloader.py b/redbot/cogs/downloader/downloader.py index 5a81f115d..7efe8aff8 100644 --- a/redbot/cogs/downloader/downloader.py +++ b/redbot/cogs/downloader/downloader.py @@ -1447,7 +1447,7 @@ class Downloader(commands.Cog): message += ( _("\nSome cogs with these names are already installed from different repos: ") if len(name_already_used) > 1 - else _("\nCog with this name is already installed from a different repo.") + else _("\nCog with this name is already installed from a different repo: ") ) + humanize_list(name_already_used) correct_cogs, add_to_message = self._filter_incorrect_cogs(cogs) if add_to_message: