diff --git a/source/list_download_tab.cpp b/source/list_download_tab.cpp index 8daee31..bafacae 100644 --- a/source/list_download_tab.cpp +++ b/source/list_download_tab.cpp @@ -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);