2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,