From daa16b9d6b00ee39044f0f7b4f575661ec7ac6e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Wallm=C3=A9nius?= Date: Tue, 28 Nov 2006 15:28:30 +0000 Subject: [PATCH] Fix minor typo in the plugin playback control menu c->C git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11619 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/playback_control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,