From 4b83f3b4b90d628b6f8a6fbde8663a2c7797c87f Mon Sep 17 00:00:00 2001 From: tiansongyu <478880214@qq.com> Date: Mon, 5 Oct 2020 09:43:47 +0800 Subject: [PATCH] fix code --- source/list_download_tab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);