From ad297ba059f90315a84b62ff7c5ef5e0689e6939 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Wed, 5 Sep 2012 20:55:15 +0200 Subject: actions: make separators toggle work in all screens --- src/help.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/help.cpp') diff --git a/src/help.cpp b/src/help.cpp index a97f97ee..c5e0af12 100644 --- a/src/help.cpp +++ b/src/help.cpp @@ -270,7 +270,7 @@ void Help::GetKeybindings() # endif // HAVE_TAGLIB_H KeyDesc(aToggleDisplayMode, "Toggle display mode"); KeyDesc(aToggleInterface, "Toggle user interface"); - KeyDesc(aToggleSeparatorsInPlaylist, "Toggle displaying separators between albums"); + KeyDesc(aToggleSeparatorsBetweenAlbums, "Toggle displaying separators between albums"); KeyDesc(aJumpToPositionInSong, "Jump to given position in playing song (formats: mm:ss, x%)"); KeyDesc(aShowSongInfo, "Show song info"); # ifdef HAVE_CURL_CURL_H -- cgit v1.2.3