Some minor cosmetics

This commit is contained in:
d0k3 2017-02-22 18:44:39 +01:00
parent d5e1b30425
commit 0d5638c3a6
2 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,7 @@ bool FormatSDCard(u64 hidden_mb, u32 cluster_size, const char* label) {
else memset(mbr + 0x1CE, 0, 0x10); else memset(mbr + 0x1CE, 0, 0x10);
// one last warning.... // one last warning....
if (!ShowUnlockSequence(6, "!WARNING!\n \nProceeding will format this SD.\nThis will irreversibly delete\nALL data on it.\n")) if (!ShowUnlockSequence(6, "!WARNING!\n \nProceeding will format this SD.\nThis will irreversibly delete\nALL data on it."))
return false; return false;
ShowString("Formatting SD, please wait..."); ShowString("Formatting SD, please wait...");
@ -78,7 +78,7 @@ bool FormatSDCard(u64 hidden_mb, u32 cluster_size, const char* label) {
} }
bool SetupBonusDrive(void) { bool SetupBonusDrive(void) {
if (!ShowUnlockSequence(3, "Format the bonus drive?\nThis will irreversibly delete\nALL data on it.\n")) if (!ShowUnlockSequence(3, "Format the bonus drive?\nThis will irreversibly delete\nALL data on it."))
return false; return false;
ShowString("Formatting drive, please wait..."); ShowString("Formatting drive, please wait...");
if (GetMountState() & IMG_NAND) InitImgFS(NULL); if (GetMountState() & IMG_NAND) InitImgFS(NULL);

View File

@ -199,8 +199,8 @@ u32 SafeRestoreNandDump(const char* path) {
return 1; return 1;
} }
if (!ShowUnlockSequence(5, "!WARNING!\n \nProceeding will overwrite the\nSysNAND with this backup.\n")) if (!ShowUnlockSequence(5, "!WARNING!\n \nProceeding will overwrite the\nSysNAND with the provided dump.\n \n(A9LH will be left intact.)"))
return false; return 1;
if (!SetWritePermissions(PERM_SYS_LVL2, true)) return 1; if (!SetWritePermissions(PERM_SYS_LVL2, true)) return 1;
// build essential backup from NAND // build essential backup from NAND