From cf6cf7d7879de2eabd97ac3314b498231e3fa432 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 --- src/help.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/help.cpp b/src/help.cpp index 2583b857..74a0833b 100644 --- a/src/help.cpp +++ b/src/help.cpp @@ -379,7 +379,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");