summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJonas Häggqvist <rasher@rasher.dk>2009-02-19 00:38:41 +0000
committerJonas Häggqvist <rasher@rasher.dk>2009-02-19 00:38:41 +0000
commit856fda013ebf6cdbd5b0305fe73b8ad33b93472f (patch)
treef5edf97fefd2a104f676a83926028863f89e542a /apps
parent41771ba2f2dcd45a48fedb5b71fd286e15c3886a (diff)
downloadrockbox-856fda013ebf6cdbd5b0305fe73b8ad33b93472f.tar.gz
rockbox-856fda013ebf6cdbd5b0305fe73b8ad33b93472f.zip
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
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/jpeg/jpeg.c2
1 files changed, 1 insertions, 1 deletions
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)
326static void display_options(void) 326static void display_options(void)
327{ 327{
328 static const struct menu_item items[] = { 328 static const struct menu_item items[] = {
329 { "Grayscale", set_option_grayscale }, 329 { "Greyscale", set_option_grayscale },
330 { "Dithering", set_option_dithering }, 330 { "Dithering", set_option_dithering },
331 }; 331 };
332 332