mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-02 16:49:05 +00:00
Fix Incorrect String
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user