From 7d42c4c6c3aa4e26a1d09985614ea996df6d14db Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Fri, 26 Feb 2021 18:32:11 +0100 Subject: [PATCH] Minor text fix in Mutes cog (#4853) --- redbot/cogs/mutes/mutes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/cogs/mutes/mutes.py b/redbot/cogs/mutes/mutes.py index fda236b63..cd8e3eac0 100644 --- a/redbot/cogs/mutes/mutes.py +++ b/redbot/cogs/mutes/mutes.py @@ -31,7 +31,7 @@ MUTE_UNMUTE_ISSUES = { "assigned_role_hierarchy_problem": _( "I cannot let you do that. You are not higher than the mute role in the role hierarchy." ), - "is_admin": _("That user cannot be muted, as they have the Administrator permission."), + "is_admin": _("That user cannot be (un)muted, as they have the Administrator permission."), "permissions_issue_role": _( "Failed to mute or unmute user. I need the Manage Roles " "permission and the user I'm muting must be "