mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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:
parent
97d1ca5a23
commit
daa16b9d6b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue