diff options
Diffstat (limited to 'apps/plugins')
| -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 }, }; |