From 706ab3bdfeced4e39cd1ea53a0167c84548e46ef Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Fri, 4 Oct 2024 11:27:05 +0200 Subject: [PATCH] [plugin] Exporter: fix typo (#12592) Fixes #12591. --- plugins/exporter.koplugin/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/exporter.koplugin/main.lua b/plugins/exporter.koplugin/main.lua index 954faf59e..15bd9e282 100644 --- a/plugins/exporter.koplugin/main.lua +++ b/plugins/exporter.koplugin/main.lua @@ -293,7 +293,7 @@ function Exporter:addToMainMenu(menu_items) text = _("Export highlights"), sub_item_table = { { - text = _("Export all notes in curent book"), + text = _("Export all notes in current book"), enabled_func = function() return self:isReadyToExport() end,