mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[fix] Use template
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user