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
This commit is contained in:
Nils Wallménius 2006-11-28 15:28:30 +00:00
parent 97d1ca5a23
commit daa16b9d6b

View file

@ -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,