forked from len0rd/rockbox
Plugin fixes: Correct button name for MODE key in help texts, conforming to the manual & wiki documentation (Ondio plugins). Alternate image is selected with MINUS, not MENU (rockbox_flash for player). Shortened some help lines that didn't fit on the display with the default font (solitaire). Fixed a number of typos.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5512 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dfa95c334b
commit
b8c9a0caa3
11 changed files with 36 additions and 36 deletions
|
|
@ -36,8 +36,8 @@
|
|||
#define METRONOME_PAUSE (BUTTON_MENU | BUTTON_REPEAT)
|
||||
#define METRONOME_VOL_UP BUTTON_UP
|
||||
#define METRONOME_VOL_DOWN BUTTON_DOWN
|
||||
#define METRONOME_MSG_START "start: menu"
|
||||
#define METRONOME_MSG_STOP "pause: hold menu"
|
||||
#define METRONOME_MSG_START "start: mode"
|
||||
#define METRONOME_MSG_STOP "pause: hold mode"
|
||||
|
||||
#elif CONFIG_KEYPAD == PLAYER_PAD
|
||||
#define METRONOME_QUIT BUTTON_STOP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue