mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Missed translatable (#7603)
This commit is contained in:
@@ -607,7 +607,7 @@ function CoverImage:menuEntrySBF()
|
||||
{
|
||||
text_func = function()
|
||||
return T(_("Aspect ratio stretch threshold (%1)"),
|
||||
self.cover_image_stretch_limit ~= 0 and self.cover_image_stretch_limit .."%" or "off")
|
||||
self.cover_image_stretch_limit ~= 0 and self.cover_image_stretch_limit .. "%" or _("off"))
|
||||
end,
|
||||
keep_menu_open = true,
|
||||
help_text_func = function()
|
||||
|
||||
Reference in New Issue
Block a user