From fafc0bc678d09a28079aac1ac997d6f83985b3d9 Mon Sep 17 00:00:00 2001 From: zwim <36999612+zwim@users.noreply.github.com> Date: Mon, 26 Apr 2021 13:35:07 +0200 Subject: [PATCH] Missed translatable (#7603) --- plugins/coverimage.koplugin/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/coverimage.koplugin/main.lua b/plugins/coverimage.koplugin/main.lua index 0961921ad..2809d6b72 100644 --- a/plugins/coverimage.koplugin/main.lua +++ b/plugins/coverimage.koplugin/main.lua @@ -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()