Change Grayscale to Greyscale in the JPEG viewer and add explanation of the Display Option menu to the manual.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20045 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonas Häggqvist 2009-02-19 00:38:41 +00:00
parent 41771ba2f2
commit 856fda013e
2 changed files with 6 additions and 1 deletions

View file

@ -326,7 +326,7 @@ bool set_option_dithering(void)
static void display_options(void)
{
static const struct menu_item items[] = {
{ "Grayscale", set_option_grayscale },
{ "Greyscale", set_option_grayscale },
{ "Dithering", set_option_dithering },
};