[fix] Typo in #5522 (#5530)

This commit is contained in:
yparitcher
2019-10-25 12:33:26 -04:00
committed by Frans de Jonge
parent aa165cefe9
commit 40d6a7665b

View File

@@ -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)