CoverImage: fix translatable (#9301)

This PR fixes #9299
pull/9302/head
zwim 2 years ago committed by GitHub
parent 7d73a86a12
commit 0548eaa95b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -495,7 +495,7 @@ function CoverImage:menuEntryCache()
end, end,
}, },
self:menuEntrySetPath("cover_image_cache_path", _("Cover cache folder"), _("Current cache path:\n%1"), 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), default_cache_path, true, false, self.migrateCache),
{ {
text = _("Clear cached covers"), text = _("Clear cached covers"),

Loading…
Cancel
Save