[fix] Use template

reviewable/pr7589/r1
Frans de Jonge 3 years ago committed by GitHub
parent b81b8cfb2f
commit e107aad42e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,

Loading…
Cancel
Save