help: correct a typo

This commit is contained in:
Andrzej Rybczak
2015-05-09 21:42:03 +02:00
parent 011b543f52
commit 8a5a0078e9
2 changed files with 5 additions and 1 deletions

View File

@@ -381,7 +381,7 @@ void write_bindings(NC::Scrollpad &w)
mouse(w, "Left click on \"Playing/Paused\"", "Play/pause");
mouse(w, "Left click on progressbar", "Jump to pointed position in playing song");
w << '\n';
mouse(w, "Mouse wheel on \"Volume: xx\"", "Play/pause");
mouse(w, "Mouse wheel on \"Volume: xx\"", "Adjust volume");
mouse(w, "Mouse wheel on main window", "Scroll");
mouse_section(w, "Playlist");