Docstring Fix (#5080)

* Missing word

* Make a little more sense
This commit is contained in:
Lifeismana
2021-05-25 17:58:10 +02:00
committed by GitHub
parent 137713d9ca
commit 2d8dbad63b
3 changed files with 3 additions and 3 deletions

View File

@@ -1434,7 +1434,7 @@ class Downloader(commands.Cog):
message += (
_("\nSome cogs with these names are already installed from different repos: ")
if len(name_already_used) > 1
else _("Cog with this is already installed from a different repo.")
else _("Cog 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: