[chore] Fix typo

This commit is contained in:
Frans de Jonge
2021-04-22 22:30:46 +02:00
committed by GitHub
parent 36b40e02e7
commit b81b8cfb2f

View File

@@ -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()