mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-18 04:27:38 -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 },
|
{ "Next Track", nexttrack },
|
||||||
{ "Change Volume", volume },
|
{ "Change Volume", volume },
|
||||||
{ "Enable/Disable Shuffle", shuffle },
|
{ "Enable/Disable Shuffle", shuffle },
|
||||||
{ "change Repeat Mode", repeat_mode },
|
{ "Change Repeat Mode", repeat_mode },
|
||||||
};
|
};
|
||||||
|
|
||||||
m=api->menu_init( items, sizeof(items) / sizeof(*items), NULL,
|
m=api->menu_init( items, sizeof(items) / sizeof(*items), NULL,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue