mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-08 11:31:43 +00:00
fixed broken string
This commit is contained in:
parent
91fa783415
commit
dcbf71a0b4
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ ToolsTab::ToolsTab(std::string tag, bool erista) : brls::List()
|
|||
new ConfirmPage(stagedFrame, text)
|
||||
);
|
||||
stagedFrame->addStage(
|
||||
new WorkerPage(stagedFrame, "menus/tools/dl_payloadsing"_i18n, [](){downloadArchive(APP_URL, app);})
|
||||
new WorkerPage(stagedFrame, "menus/common/downloading"_i18n, [](){downloadArchive(APP_URL, app);})
|
||||
);
|
||||
stagedFrame->addStage(
|
||||
new WorkerPage(stagedFrame, "menus/common/extracting"_i18n, [tag](){extractArchive(app, tag);})
|
||||
|
|
Loading…
Reference in a new issue