diff options
author | Nils Wallménius <nils@rockbox.org> | 2006-11-28 15:28:30 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2006-11-28 15:28:30 +0000 |
commit | daa16b9d6b00ee39044f0f7b4f575661ec7ac6e6 (patch) | |
tree | 6261e758e616464ae170599b4ce71d67b88b026d | |
parent | 97d1ca5a238b9fa676fd59cb81cb0ec9069a4ba9 (diff) | |
download | rockbox-daa16b9d6b00ee39044f0f7b4f575661ec7ac6e6.tar.gz rockbox-daa16b9d6b00ee39044f0f7b4f575661ec7ac6e6.zip |
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
-rw-r--r-- | apps/plugins/lib/playback_control.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |