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:17:19 +02:00
committed by GitHub
parent 04f903a492
commit 59b616deca

View File

@@ -614,7 +614,7 @@ class Downloader(commands.Cog):
repos = self._repo_manager.repos
sorted_repos = sorted(repos, key=lambda r: str.lower(r.name))
if len(repos) == 0:
joined = _("There is no repo installed.")
joined = _("There are no repos installed.")
else:
if len(repos) > 1:
joined = _("Installed Repos:\n\n")