From 8a5a0078e9a08f1d792299521da7482a99aba8b6 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Sat, 9 May 2015 21:42:03 +0200 Subject: [PATCH] help: correct a typo --- NEWS | 4 ++++ src/help.cpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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");