[chore] Fix typo

reviewable/pr7589/r1
Frans de Jonge 3 years ago committed by GitHub
parent 36b40e02e7
commit b81b8cfb2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -499,7 +499,7 @@ function CoverImage:menu_entry_cache()
end,
callback = function()
UIManager:show(ConfirmBox:new{
text = _("Cear the cover image cache?"),
text = _("Clear the cover image cache?"),
ok_text = _("Clear"),
ok_callback = function()
self:emptyCache()

Loading…
Cancel
Save