Missed translatable (#7603)

reviewable/pr7606/r1
zwim 3 years ago committed by GitHub
parent c8d5330631
commit fafc0bc678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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()

Loading…
Cancel
Save