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

4
NEWS
View File

@@ -1,3 +1,7 @@
ncmpcpp-0.6.5 (????-??-??)
* Description of mouse wheel usage on volume is now correct.
ncmpcpp-0.6.4 (2015-05-02)
* Fix title of a pop-up which shows during adding selected items to the current playlist.

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");