mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-28 12:22:02 +00:00
fix code
This commit is contained in:
parent
79ef5aadd6
commit
4b83f3b4b9
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ ListDownloadTab::ListDownloadTab(archiveType type) :
|
|||
else{
|
||||
notFound = new brls::Label(
|
||||
brls::LabelStyle::DESCRIPTION,
|
||||
"list_could_done",
|
||||
"list_could_done"_lang,
|
||||
true
|
||||
);
|
||||
notFound->setHorizontalAlign(NVG_ALIGN_CENTER);
|
||||
|
|
Loading…
Reference in a new issue