Remove "message" from scripts

It's already almost completely unused, only used for 3dsx shortcuts, and basically always used for exactly this so better to just put it in UU since then it can be translated
This commit is contained in:
Pk11
2022-03-18 07:30:09 -05:00
committed by Dark98
parent 65d8ae7043
commit 1ed2403a11
4 changed files with 35 additions and 49 deletions
+3 -3
View File
@@ -914,8 +914,8 @@ void UpdateAction() {
return;
}
ScriptUtils::installFile("sdmc:/DarkStore.cia", false, Lang::get("INSTALL_DARKSTORE"), true);
ScriptUtils::removeFile("sdmc:/DarkStore.cia", Lang::get("DELETE_UNNEEDED_FILE"), true);
ScriptUtils::installFile("sdmc:/DarkStore.cia", false, Lang::get("INSTALL_UNIVERSAL_UPDATER"), true);
ScriptUtils::removeFile("sdmc:/DarkStore.cia", true);
Msg::waitMsg(Lang::get("UPDATE_DONE"));
exiting = true;
}
@@ -1135,4 +1135,4 @@ std::string GetChangelog() {
result_written = 0;
return "";
}
}