From e107aad42e06be6f7c861cad4824636cac67a4d7 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Thu, 22 Apr 2021 22:32:07 +0200 Subject: [PATCH] [fix] Use template --- 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 22df771c2..e7be1deec 100644 --- a/plugins/coverimage.koplugin/main.lua +++ b/plugins/coverimage.koplugin/main.lua @@ -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,