diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2012-09-05 20:55:15 +0200 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2012-09-05 20:55:15 +0200 |
commit | ad297ba059f90315a84b62ff7c5ef5e0689e6939 (patch) | |
tree | 75471d995411ed5ef67c05f429cfb38a137f3ed3 /src/help.cpp | |
parent | 10e88ec6b4fb0fb4e42fce8c16dc863999a32f4e (diff) |
actions: make separators toggle work in all screens
Diffstat (limited to 'src/help.cpp')
-rw-r--r-- | src/help.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |