From 2c313594dacf298e47e3e5ec339f2af2c545b9b2 Mon Sep 17 00:00:00 2001 From: Predeactor <61093863+Predeactor@users.noreply.github.com> Date: Wed, 3 Jun 2020 21:13:44 +0200 Subject: [PATCH] Typo Fix (#3900) As always, a new typo is fixed forever. --- redbot/cogs/audio/core/commands/playlists.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/cogs/audio/core/commands/playlists.py b/redbot/cogs/audio/core/commands/playlists.py index 5e2200d50..fb19d7401 100644 --- a/redbot/cogs/audio/core/commands/playlists.py +++ b/redbot/cogs/audio/core/commands/playlists.py @@ -1367,7 +1367,7 @@ class PlaylistCommands(MixinMeta, metaclass=CompositeMetaClass): else: return await self.send_embed_msg( ctx, - title=_("Playlist Couldn't be created"), + title=_("Playlist Couldn't Be Created"), description=_("Unable to create your playlist."), )