CoverImage: fix translatable (#9301)

This PR fixes #9299
reviewable/pr9302/r1
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,
},
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"),

Loading…
Cancel
Save