diff options
| author | Jonas Häggqvist <rasher@rasher.dk> | 2009-02-19 00:38:41 +0000 |
|---|---|---|
| committer | Jonas Häggqvist <rasher@rasher.dk> | 2009-02-19 00:38:41 +0000 |
| commit | 856fda013ebf6cdbd5b0305fe73b8ad33b93472f (patch) | |
| tree | f5edf97fefd2a104f676a83926028863f89e542a /apps/plugins/jpeg | |
| parent | 41771ba2f2dcd45a48fedb5b71fd286e15c3886a (diff) | |
| download | rockbox-856fda013ebf6cdbd5b0305fe73b8ad33b93472f.zip rockbox-856fda013ebf6cdbd5b0305fe73b8ad33b93472f.tar.gz rockbox-856fda013ebf6cdbd5b0305fe73b8ad33b93472f.tar.bz2 rockbox-856fda013ebf6cdbd5b0305fe73b8ad33b93472f.tar.xz | |
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/plugins/jpeg')
| -rw-r--r-- | apps/plugins/jpeg/jpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/jpeg/jpeg.c b/apps/plugins/jpeg/jpeg.c index 3415f66..5f9999a 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 }, }; |