From cac9bd1f2e86fef666fbbd55739530c1171501ff Mon Sep 17 00:00:00 2001 From: Plailect Date: Sun, 16 Jul 2017 17:06:11 -0400 Subject: [PATCH] "SigHax uninstalled" -> "CFW uninstalled" --- gm9_scripts/uninstall_hax_retail_NEW.gm9 | 2 +- gm9_scripts/uninstall_hax_retail_OLD.gm9 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gm9_scripts/uninstall_hax_retail_NEW.gm9 b/gm9_scripts/uninstall_hax_retail_NEW.gm9 index b28dd8c7cb..10ff457722 100644 --- a/gm9_scripts/uninstall_hax_retail_NEW.gm9 +++ b/gm9_scripts/uninstall_hax_retail_NEW.gm9 @@ -4,7 +4,7 @@ # last changed: 20170716 # author: d0k3 -set SUCCESSMSG "SigHax uninstalled successfully" +set SUCCESSMSG "CFW uninstalled successfully" # check sector 0x96 set ERRORMSG "Sector 0x96 is not genuine.\nCan't continue." diff --git a/gm9_scripts/uninstall_hax_retail_OLD.gm9 b/gm9_scripts/uninstall_hax_retail_OLD.gm9 index ffd2f2ead5..43b5926de8 100644 --- a/gm9_scripts/uninstall_hax_retail_OLD.gm9 +++ b/gm9_scripts/uninstall_hax_retail_OLD.gm9 @@ -4,7 +4,7 @@ # last changed: 20170716 # author: d0k3 -set SUCCESSMSG "SigHax uninstalled successfully" +set SUCCESSMSG "CFW uninstalled successfully" # grab NATIVE_FIRM out of the NCCH set ERRORMSG "NATIVE_FIRM not found.\nIs this a O3DS?"