From 99b29d0b8e2f80e30f083e8a0ab07f1768b09bb6 Mon Sep 17 00:00:00 2001 From: OofChair Date: Tue, 18 May 2021 16:39:21 -0400 Subject: [PATCH] Grammar fixes (#4793) * Grammar fixes I need manage roles permission ->> I need the manage roles permission * Add quotes, capitalize "Manage Roles" * Style --- redbot/cogs/admin/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/cogs/admin/admin.py b/redbot/cogs/admin/admin.py index f0206c885..b18233794 100644 --- a/redbot/cogs/admin/admin.py +++ b/redbot/cogs/admin/admin.py @@ -56,7 +56,7 @@ ROLE_USER_HIERARCHY_ISSUE = _( " in the Discord hierarchy." ) -NEED_MANAGE_ROLES = _("I need manage roles permission to do that.") +NEED_MANAGE_ROLES = _('I need the "Manage Roles" permission to do that.') RUNNING_ANNOUNCEMENT = _( "I am already announcing something. If you would like to make a"