Fix Incorrect String

This commit is contained in:
Dark98
2022-08-06 12:28:40 +01:00
parent 59b3e015bd
commit 3180f0346d
+1 -1
View File
@@ -942,7 +942,7 @@ void UpdateAction() {
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);
Msg::waitMsg(Lang::get("UPDATE_DONE"));
exiting = true;