[plugin] Exporter: fix typo (#12592)

Fixes #12591.
This commit is contained in:
Frans de Jonge
2024-10-04 11:27:05 +02:00
committed by GitHub
parent cba79bca1c
commit 706ab3bdfe

View File

@@ -293,7 +293,7 @@ function Exporter:addToMainMenu(menu_items)
text = _("Export highlights"), text = _("Export highlights"),
sub_item_table = { sub_item_table = {
{ {
text = _("Export all notes in curent book"), text = _("Export all notes in current book"),
enabled_func = function() enabled_func = function()
return self:isReadyToExport() return self:isReadyToExport()
end, end,