diff --git a/frontend/apps/reader/modules/readerlink.lua b/frontend/apps/reader/modules/readerlink.lua index c1d188c32..93ed575b5 100644 --- a/frontend/apps/reader/modules/readerlink.lua +++ b/frontend/apps/reader/modules/readerlink.lua @@ -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())