Fix wording in previous commit (#6862)

This commit is contained in:
Galunid
2020-11-09 22:45:27 +01:00
committed by GitHub
parent 8a5c2e3af6
commit 25cfef3f6d

View File

@@ -945,7 +945,7 @@ function ReaderFooter:addToMainMenu(menu_items)
end,
},
{
text = _("Hold (footer) to skim"),
text = _("Hold footer to skim"),
checked_func = function()
return self.settings.skim_widget_on_hold
end,