From: alex Date: Sat, 26 Jun 2010 15:26:33 +0000 (+0000) Subject: Correct spelling in the lrcviewer plugin. UK English please! X-Git-Url: https://repo.or.cz/w/kugel-rb.git/commitdiff_plain/7834649ad8d2f3f874da21674e528abf2a5e78bb Correct spelling in the lrcviewer plugin. UK English please! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27144 a1c6a512-1295-4272-9138-f99709370657 --- diff --git a/apps/plugins/lrcplayer.c b/apps/plugins/lrcplayer.c index fdd54b636..10af855d6 100644 --- a/apps/plugins/lrcplayer.c +++ b/apps/plugins/lrcplayer.c @@ -2299,7 +2299,7 @@ static bool lrc_theme_menu(void) #endif "Display Time", #ifdef HAVE_LCD_COLOR - "Inactive Color", + "Inactive Colour", #endif "Backlight Force On"); @@ -2320,7 +2320,7 @@ static bool lrc_theme_menu(void) break; #ifdef HAVE_LCD_COLOR case LRC_MENU_INACTIVE_COLOR: - usb = rb->set_color(NULL, "Inactive Color", + usb = rb->set_color(NULL, "Inactive Colour", &prefs.inactive_color, -1); break; #endif @@ -2353,11 +2353,11 @@ static bool lrc_display_menu(void) bool exit = false, usb = false; MENUITEM_STRINGLIST(menu, "Display Settings", NULL, - "Wrap", "Wipe", "Align", + "Wrap", "Wipe", "Alignment", "Activate Only Current Line"); struct opt_items align_names[] = { - {"Left", -1}, {"Center", -1}, {"Right", -1}, + {"Left", -1}, {"Centre", -1}, {"Right", -1}, }; while (!exit && !usb) @@ -2371,7 +2371,7 @@ static bool lrc_display_menu(void) usb = rb->set_bool("Wipe", &prefs.wipe); break; case LRC_MENU_ALIGN: - usb = rb->set_option("Align", &prefs.align, INT, + usb = rb->set_option("Alignment", &prefs.align, INT, align_names, 3, NULL); break; case LRC_MENU_LINE_MODE: