From fcb97b07a5817d6e7a5fb97f5ce8ec0e695e9cd2 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Sat, 15 Jan 2022 22:33:11 -0600 Subject: [PATCH] Improve system title to normal message --- arm9/src/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm9/src/install.c b/arm9/src/install.c index acf9c4b..1d382d2 100644 --- a/arm9/src/install.c +++ b/arm9/src/install.c @@ -400,7 +400,7 @@ bool install(char* fpath, bool systemTitle) //offer to patch system titles to normal DSiWare on SysNAND if(!sdnandMode && h->tid_high != 0x00030004) { - if(choiceBox("This is a system title, would\nyou like to patch it to be a\nnormal DSiWare?\n\nThis is safer, but invalidates\nRSA checks and may not work.\n\nIf the title is homebrew this isstrongly recommended.") == YES) + if(choiceBox("This is set as a system title,\nwould you like to patch it to\nbe a normal DSiWare?\n\nThis is safer, but invalidates\nRSA checks and may not work.\n\nIf the title is homebrew this isstrongly recommended.") == YES) { h->tid_high = 0x00030004; fixHeader = true;