]> Chaos Git - corbenik/corbenik.git/commitdiff
Adjust terminology (for professionalism)
authorchaoskagami <chaos.kagami@gmail.com>
Fri, 17 Jun 2016 04:10:13 +0000 (00:10 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Fri, 17 Jun 2016 04:10:13 +0000 (00:10 -0400)
source/menu.c

index df7c3f08be4b4ede84100b4116e5bf26f7598852..74d99924ef6626ec01b6f4cea1787f5f5370c584 100644 (file)
@@ -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 layout", "EmuNAND is at the back of the disk, not the front.", boolean_val, 0, 0x9 },
+    { OPTION_EMUNAND_REVERSE, "  Reverse layout", "EmuNAND is at the end of the disk, not the start.", 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 },