mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-11 14:12:26 -05:00
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:
parent
41771ba2f2
commit
856fda013e
2 changed files with 6 additions and 1 deletions
|
|
@ -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 },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue