diff --git a/NEWS b/NEWS index e803dc97..1998772f 100644 --- a/NEWS +++ b/NEWS @@ -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. diff --git a/src/help.cpp b/src/help.cpp index 78fbfc5b..83ca7f66 100644 --- a/src/help.cpp +++ b/src/help.cpp @@ -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");