From b25f547b5acd656910e793283141536443098fbe Mon Sep 17 00:00:00 2001 From: chaoskagami Date: Thu, 16 Jun 2016 18:25:53 -0400 Subject: [PATCH] Change menu entry name --- source/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/menu.c b/source/menu.c index c8b55bb..df7c3f0 100644 --- a/source/menu.c +++ b/source/menu.c @@ -16,7 +16,7 @@ static struct options_s options[] = { { OPTION_EMUNAND, "Use EmuNAND", "Redirects NAND write/read to the SD.", boolean_val, 0, 0 }, { OPTION_EMUNAND_INDEX, " Index", "Which EmuNAND to use. Currently, 10 maximum (but this is arbitrary)", ranged_val, 0, 0x9 }, - { OPTION_EMUNAND_REVERSE, " Reverse mode", "EmuNAND is at the back of the disk, not the front.", boolean_val, 0, 0x9 }, + { OPTION_EMUNAND_REVERSE, " Reverse layout", "EmuNAND is at the back of the disk, not the front.", boolean_val, 0, 0x9 }, { OPTION_AUTOBOOT, "Autoboot", "Boot the system automatically, unless the R key is held.", boolean_val, 0, 0 }, { OPTION_SILENCE, " Silent mode", "Suppress all debug output during autoboot. You'll see the screen turn on, then off.", boolean_val, 0, 0 }, -- 2.39.5