From 40d6a7665bc0a482a8fc33fc6c1e24606dd2d69c Mon Sep 17 00:00:00 2001 From: yparitcher Date: Fri, 25 Oct 2019 12:33:26 -0400 Subject: [PATCH] [fix] Typo in #5522 (#5530) --- frontend/apps/reader/modules/readertypeset.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/apps/reader/modules/readertypeset.lua b/frontend/apps/reader/modules/readertypeset.lua index 519629e15..84d2b96e8 100644 --- a/frontend/apps/reader/modules/readertypeset.lua +++ b/frontend/apps/reader/modules/readertypeset.lua @@ -443,7 +443,6 @@ function ReaderTypeset:makeDefaultFloatingPunctuation() choice2_text_func = function() return floating_punctuation and _("Enable (★)") or _("Enable") end, - choice2_text = _("Enable"), choice2_enabled = not floating_punctuation, choice2_callback = function() G_reader_settings:saveSetting("floating_punctuation", true)