summaryrefslogtreecommitdiff
path: root/src/help.cpp
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2012-09-05 23:42:50 +0200
committerAndrzej Rybczak <electricityispower@gmail.com>2012-09-05 23:43:11 +0200
commitc34bcee12b78fda9fd35c141803e41c519f832cb (patch)
treea6a8ccff96116f0f8a8909e5877ce5575d8d010e /src/help.cpp
parentfe9bcfbeab641307d9ea58f9cc64c428d0e9986d (diff)
actions: rename DeselectItems to RemoveSelection
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 c1469c6e..57cc4dfb 100644
--- a/src/help.cpp
+++ b/src/help.cpp
@@ -237,7 +237,7 @@ void Help::GetKeybindings()
KeyDesc(aToggleAddMode, "Toggle add mode (add or remove/always add)");
KeyDesc(aToggleMouse, "Toggle mouse support");
KeyDesc(aReverseSelection, "Reverse selection");
- KeyDesc(aDeselectItems, "Deselect items");
+ KeyDesc(aRemoveSelection, "Remove selection");
KeyDesc(aSelectAlbum, "Select songs of album around the cursor");
KeyDesc(aAddSelectedItems, "Add selected items to playlist");
KeyDesc(aAddRandomItems, "Add random items to playlist");