Fix Incorrect String

This commit is contained in:
Dark98
2022-08-06 12:28:40 +01:00
parent 59b3e015bd
commit c191abb2e4
+1 -1
View File
@@ -942,7 +942,7 @@ void UpdateAction() {
return; return;
} }
ScriptUtils::installFile("sdmc:/DarkStore.cia", false, Lang::get("INSTALL_UNIVERSAL_UPDATER"), true); ScriptUtils::installFile("sdmc:/DarkStore.cia", false, Lang::get("INSTALL_DARKSTORE"), true);
ScriptUtils::removeFile("sdmc:/DarkStore.cia", true); ScriptUtils::removeFile("sdmc:/DarkStore.cia", true);
Msg::waitMsg(Lang::get("UPDATE_DONE")); Msg::waitMsg(Lang::get("UPDATE_DONE"));
exiting = true; exiting = true;