From fd662bc8290ef1102992a6fba2cd2b460453840b Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Sun, 13 Jan 2019 15:49:50 +0100 Subject: [PATCH] [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 --- frontend/apps/reader/modules/readerlink.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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())