diff --git a/apps/plugins/lib/playback_control.c b/apps/plugins/lib/playback_control.c index 1638a0f663..27460bbc3b 100644 --- a/apps/plugins/lib/playback_control.c +++ b/apps/plugins/lib/playback_control.c @@ -103,7 +103,7 @@ bool playback_control(struct plugin_api* newapi) { "Next Track", nexttrack }, { "Change Volume", volume }, { "Enable/Disable Shuffle", shuffle }, - { "change Repeat Mode", repeat_mode }, + { "Change Repeat Mode", repeat_mode }, }; m=api->menu_init( items, sizeof(items) / sizeof(*items), NULL,