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 /apps/plugins/lib | |
| parent | 97d1ca5a238b9fa676fd59cb81cb0ec9069a4ba9 (diff) | |
| download | rockbox-daa16b9d6b00ee39044f0f7b4f575661ec7ac6e6.zip rockbox-daa16b9d6b00ee39044f0f7b4f575661ec7ac6e6.tar.gz rockbox-daa16b9d6b00ee39044f0f7b4f575661ec7ac6e6.tar.bz2 rockbox-daa16b9d6b00ee39044f0f7b4f575661ec7ac6e6.tar.xz | |
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
Diffstat (limited to 'apps/plugins/lib')
| -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 1638a0f..27460bb 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, |