diff --git a/src/help.cpp b/src/help.cpp index c2169f53..fb6d6ec2 100644 --- a/src/help.cpp +++ b/src/help.cpp @@ -298,7 +298,7 @@ void Help::GetKeybindings() *w << DisplayKeys(Key.SwitchTagTypeList) << "Tag type list switcher (left column)\n"; - *w << "\n\n " << fmtBold << "Keys - Playlist Editor\n -----------------------------------------\n" << fmtBoldEnd; + *w << "\n\n " << fmtBold << "Keys - Playlist editor\n -----------------------------------------\n" << fmtBoldEnd; *w << DisplayKeys(Key.PrevColumn) << "Previous column\n"; *w << DisplayKeys(Key.NextColumn) << "Next column\n"; *w << DisplayKeys(Key.Enter) << "Add item to playlist and play\n";