CoverImage: fix translatable (#9301)

This PR fixes #9299
This commit is contained in:
zwim
2022-07-06 17:15:47 +02:00
committed by GitHub
parent 7d73a86a12
commit 0548eaa95b

View File

@@ -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"),