diff options
author | Alexey Yakovenko <waker@users.sourceforge.net> | 2014-07-16 15:03:14 +0200 |
---|---|---|
committer | Alexey Yakovenko <waker@users.sourceforge.net> | 2014-07-16 15:03:14 +0200 |
commit | 5b8196602b8083ec1797ee430a0b2f72daa0f25a (patch) | |
tree | aeba89f51a7098c109369bcd13d38450e885c9ee /plugins/hotkeys | |
parent | 2707890d1b8aee089bc3b8fd0f395735aff6261e (diff) |
Tweaked "Stop after current" settings in the GUI
Diffstat (limited to 'plugins/hotkeys')
-rw-r--r-- | plugins/hotkeys/hotkeys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hotkeys/hotkeys.c b/plugins/hotkeys/hotkeys.c index 230c01b9..dc94e6a3 100644 --- a/plugins/hotkeys/hotkeys.c +++ b/plugins/hotkeys/hotkeys.c @@ -1070,7 +1070,7 @@ static DB_plugin_action_t action_volume_down = { }; static DB_plugin_action_t action_toggle_stop_after_current = { - .title = "Playback/Toggle Stop After Current", + .title = "Playback/Toggle Stop After Current Track", .name = "toggle_stop_after_current", .flags = DB_ACTION_COMMON, .callback2 = action_toggle_stop_after_current_cb, |