Fixes list download failed alert message

This commit is contained in:
Simone Mainardi 2020-10-14 15:12:32 +02:00
parent 5d80b67327
commit 4b1329c7c0

View file

@ -369,7 +369,7 @@ local function checkListsUpdate(timeout)
end
if(respcode > 0) then
last_error = last_error .. i18n("category_lists.http_code", {err_code = respcode})
last_error = string.format("%s %s", last_error, i18n("category_lists.http_code", {err_code = respcode}))
end
end