[fix, lang] Swipe to show footnotes in popup setting text (#4477)

Duplicate with the tap to show footnotes text, reported on https://www.mobileread.com/forums/showthread.php?p=3798627
pull/4479/head
Frans de Jonge 5 years ago committed by GitHub
parent 2cb4be7cad
commit fd662bc829
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -227,8 +227,9 @@ You can still follow them from the dictionary window or the selection menu after
-- Swipe section
menu_items.follow_links.sub_item_table[8].separator = nil
table.insert(menu_items.follow_links.sub_item_table, 9, {
text = _("Show footnotes in popup"),
text = _("Swipe to show footnotes in popup"),
checked_func = isSwipeLinkFootnotePopupEnabled,
enabled_func = isSwipeToFollowNearestLinkEnabled,
callback = function()
G_reader_settings:saveSetting("swipe_link_footnote_popup",
not isSwipeLinkFootnotePopupEnabled())

Loading…
Cancel
Save