From b81b8cfb2f00abb1d63078b0ae6a3e6e6d5c52de Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Thu, 22 Apr 2021 22:30:46 +0200 Subject: [PATCH] [chore] Fix typo --- plugins/coverimage.koplugin/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/coverimage.koplugin/main.lua b/plugins/coverimage.koplugin/main.lua index 6da2e0566..22df771c2 100644 --- a/plugins/coverimage.koplugin/main.lua +++ b/plugins/coverimage.koplugin/main.lua @@ -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()