update browser.delete keybinding description in help screen

This commit is contained in:
Andrzej Rybczak
2009-05-23 17:16:00 +02:00
parent b16e3d0817
commit e08fdcf4cb

View File

@@ -219,7 +219,7 @@ void Help::GetKeybindings()
*w << DisplayKeys(Key.SwitchTagTypeList)<< "Browse MPD database/local filesystem\n";
*w << DisplayKeys(Key.GoToNowPlaying) << "Locate currently playing song\n";
*w << DisplayKeys(Key.GoToParentDir) << "Go to parent directory\n";
*w << DisplayKeys(Key.Delete) << "Delete playlist\n\n\n";
*w << DisplayKeys(Key.Delete) << "Delete playlist/file/directory\n\n\n";
*w << " " << fmtBold << "Keys - Search engine\n -----------------------------------------\n" << fmtBoldEnd;