help: fix typo

This commit is contained in:
Andrzej Rybczak
2012-07-16 00:25:20 +02:00
parent 6126def6c5
commit a22e875473

View File

@@ -298,7 +298,7 @@ void Help::GetKeybindings()
*w << DisplayKeys(Key.SwitchTagTypeList) << "Tag type list switcher (left column)\n"; *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.PrevColumn) << "Previous column\n";
*w << DisplayKeys(Key.NextColumn) << "Next column\n"; *w << DisplayKeys(Key.NextColumn) << "Next column\n";
*w << DisplayKeys(Key.Enter) << "Add item to playlist and play\n"; *w << DisplayKeys(Key.Enter) << "Add item to playlist and play\n";