mirror of
https://github.com/rvtr/TDT.git
synced 2025-10-31 13:51:07 -04:00
Rename "Shut Down" menu option to "Exit"
If launched from TWiLight or HBMenu it'll return to that
This commit is contained in:
parent
4ad2d28847
commit
fc13fbeb89
@ -69,7 +69,7 @@ static int _mainMenu(int cursor)
|
||||
addMenuItem(m, "Restore", NULL, 0);
|
||||
addMenuItem(m, "Test", NULL, 0);
|
||||
addMenuItem(m, "Fix FAT copy mismatch", NULL, 0);
|
||||
addMenuItem(m, "Shut Down", NULL, 0);
|
||||
addMenuItem(m, "Exit", NULL, 0);
|
||||
|
||||
m->cursor = cursor;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user