summaryrefslogtreecommitdiff
path: root/src/help.cpp
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2012-09-15 23:20:18 +0200
committerAndrzej Rybczak <electricityispower@gmail.com>2012-09-15 23:22:31 +0200
commitb4ab065b2d04080c5b60afffda0a8facd935910e (patch)
tree7f913e21cce603fc12316e332ea6fd5bd035e5e9 /src/help.cpp
parent3d2e5adae8bfc0d1d7f709ffb109d6bd9a2be592 (diff)
actions: split ShowSearchEngine into ShowSearchEngine and ResetSearchEngine
Diffstat (limited to 'src/help.cpp')
-rw-r--r--src/help.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/help.cpp b/src/help.cpp
index 72e32e6f..7b2a06b7 100644
--- a/src/help.cpp
+++ b/src/help.cpp
@@ -308,7 +308,7 @@ void Help::GetKeybindings()
KeyDesc(aEditSong, "Edit song");
# endif // HAVE_TAGLIB_H
KeyDesc(aStartSearching, "Start searching");
- KeyDesc(aShowSearchEngine, "Reset search constraints and clear results");
+ KeyDesc(aResetSearchEngine, "Reset search constraints and clear results");
KeysSection("Media library");
if (!Config.media_library_disable_two_column_mode)