From 856fda013ebf6cdbd5b0305fe73b8ad33b93472f Mon Sep 17 00:00:00 2001 From: Jonas Häggqvist Date: Thu, 19 Feb 2009 00:38:41 +0000 Subject: 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 --- apps/plugins/jpeg/jpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins') diff --git a/apps/plugins/jpeg/jpeg.c b/apps/plugins/jpeg/jpeg.c index 3415f666d4..5f9999ac3e 100644 --- a/apps/plugins/jpeg/jpeg.c +++ b/apps/plugins/jpeg/jpeg.c @@ -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 }, }; -- cgit v1.2.3