diff --git a/docs/cog_guides/core.rst b/docs/cog_guides/core.rst index 1937ab931..1e4ed3ea6 100644 --- a/docs/cog_guides/core.rst +++ b/docs/cog_guides/core.rst @@ -2326,7 +2326,7 @@ set addadminrole Adds an admin role for this guild. -Admins have all the same access and Mods, plus additional admin level commands like: +Admins have the same access as Mods, plus additional admin level commands like: - ``[p]set serverprefix`` - ``[p]addrole`` - ``[p]ban`` diff --git a/redbot/cogs/downloader/downloader.py b/redbot/cogs/downloader/downloader.py index 6feb5dba6..bb8aa5378 100644 --- a/redbot/cogs/downloader/downloader.py +++ b/redbot/cogs/downloader/downloader.py @@ -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: diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index 89659d0dc..7c9335549 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -2116,7 +2116,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic): """ Adds an admin role for this guild. - Admins have all the same access and Mods, plus additional admin level commands like: + Admins have the same access as Mods, plus additional admin level commands like: - `[p]set serverprefix` - `[p]addrole` - `[p]ban`