[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, end,
callback = function() callback = function()
UIManager:show(ConfirmBox:new{ UIManager:show(ConfirmBox:new{
text = _("Cear the cover image cache?"), text = _("Clear the cover image cache?"),
ok_text = _("Clear"), ok_text = _("Clear"),
ok_callback = function() ok_callback = function()
self:emptyCache() self:emptyCache()

Loading…
Cancel
Save