From 0548eaa95b8d37487c5b0309d110668015de03ba Mon Sep 17 00:00:00 2001 From: zwim <36999612+zwim@users.noreply.github.com> Date: Wed, 6 Jul 2022 17:15:47 +0200 Subject: [PATCH] CoverImage: fix translatable (#9301) This PR fixes #9299 --- 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 f75a8d64c..f66de47d8 100644 --- a/plugins/coverimage.koplugin/main.lua +++ b/plugins/coverimage.koplugin/main.lua @@ -495,7 +495,7 @@ function CoverImage:menuEntryCache() end, }, self:menuEntrySetPath("cover_image_cache_path", _("Cover cache folder"), _("Current cache path:\n%1"), - ("Choose a cache folder. The contents of the old folder will be migrated."), + _("Choose a cache folder. The contents of the old folder will be migrated."), default_cache_path, true, false, self.migrateCache), { text = _("Clear cached covers"),