[fix] Use template

This commit is contained in:
Frans de Jonge
2021-04-22 22:32:07 +02:00
committed by GitHub
parent b81b8cfb2f
commit e107aad42e

View File

@@ -581,7 +581,7 @@ end
function CoverImage:menu_entry_background(color)
return {
text = _("Fit to screen, " .. color .. " background"),
text = T(_("Fit to screen, %1 background"), color),
checked_func = function()
return self.cover_image_background == color
end,