1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-11-28 12:22:02 +00:00
This commit is contained in:
tiansongyu 2020-10-05 09:43:47 +08:00
parent 79ef5aadd6
commit 4b83f3b4b9

View file

@ -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);