From 5b8196602b8083ec1797ee430a0b2f72daa0f25a Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Wed, 16 Jul 2014 15:03:14 +0200 Subject: Tweaked "Stop after current" settings in the GUI --- plugins/hotkeys/hotkeys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/hotkeys') 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, -- cgit v1.2.3