From b8c9a0caa3e0ae1aad8abe3ec98b7c0a6d967be7 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 26 Dec 2004 14:56:05 +0000 Subject: 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 --- apps/plugins/solitaire.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'apps/plugins/solitaire.c') diff --git a/apps/plugins/solitaire.c b/apps/plugins/solitaire.c index fa01fbd1cf..9e8347fb79 100644 --- a/apps/plugins/solitaire.c +++ b/apps/plugins/solitaire.c @@ -102,8 +102,8 @@ static struct plugin_api* rb; #define HELP_SOL_REM2STACK "F3: Put the card on top of the remains' stack on one of the 4 final color stacks." #elif CONFIG_KEYPAD == ONDIO_PAD -#define HELP_SOL_MOVE "MENU: Select cards, Move cards, reveal hidden cards ..." -#define HELP_SOL_DRAW "MENU..: Un-select a card if it was selected. Else, draw 3 new cards out of the remains' stack." +#define HELP_SOL_MOVE "MODE: Select cards, Move cards, reveal hidden cards ..." +#define HELP_SOL_DRAW "MODE..: Un-select a card if it was selected. Else, draw 3 new cards out of the remains' stack." #define HELP_SOL_REM2CUR "LEFT..: Put the card on top of the remains' stack on top of the cursor." #define HELP_SOL_CUR2STACK "RIGHT..: Put the card under the cursor on one of the 4 final color stacks." #define HELP_SOL_REM2STACK "UP..: Put the card on top of the remains' stack on one of the 4 final color stacks." @@ -341,13 +341,13 @@ int solitaire_help(void){ rb->lcd_putsxy(0, 49, "be done using"); rb->lcd_putsxy(0, 56, "arrows, ON and F2."); #elif CONFIG_KEYPAD == ONDIO_PAD - rb->lcd_putsxy(0, 0, "Press a key short or"); - rb->lcd_putsxy(0, 7, "long to see it's role."); - rb->lcd_putsxy(0, 21, "Press OFF to"); + rb->lcd_putsxy(0, 0, "Press a key short"); + rb->lcd_putsxy(0, 7, "or long to see it's"); + rb->lcd_putsxy(0, 21, "role. Press OFF to"); rb->lcd_putsxy(0, 28, "return to menu."); rb->lcd_putsxy(0, 42, "All actions can be"); - rb->lcd_putsxy(0, 49, "done using arows,"); - rb->lcd_putsxy(0, 56, "short & long MENU."); + rb->lcd_putsxy(0, 49, "done using arrows,"); + rb->lcd_putsxy(0, 56, "short & long MODE."); #endif rb->lcd_update(); -- cgit v1.2.3