From d1678be6549babeefb63074700f32c0897aa2402 Mon Sep 17 00:00:00 2001 From: "Such Meme, Many Skill" Date: Wed, 18 Dec 2019 16:14:14 +0100 Subject: [PATCH] Make format options more clear --- source/tegraexplorer/te.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/tegraexplorer/te.c b/source/tegraexplorer/te.c index 7eba897..a36d514 100644 --- a/source/tegraexplorer/te.c +++ b/source/tegraexplorer/te.c @@ -44,8 +44,8 @@ menu_item toolsmenu[5] = { menu_item formatmenu[4] = { {"-- FORMAT SD --\n", COLOR_RED, -1, 0}, {"Back\n", COLOR_WHITE, -1, 1}, - {"Format to FAT32", COLOR_RED, FORMAT_ALL_FAT32, 1}, - {"Format for EmuMMC setup", COLOR_RED, FORMAT_EMUMMC, 1} + {"Format entire SD to FAT32", COLOR_RED, FORMAT_ALL_FAT32, 1}, + {"Format for EmuMMC setup (FAT32/RAW)", COLOR_RED, FORMAT_EMUMMC, 1} }; void fillmainmenu(){