mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
ReaderHighlight: ~~strikeout~~ → Strikethrough (#11619)
This commit is contained in:
@@ -334,7 +334,7 @@ end
|
||||
local highlight_style = {
|
||||
{_("Lighten"), "lighten"},
|
||||
{_("Underline"), "underscore"},
|
||||
{_("Strikeout"), "strikeout"},
|
||||
{_("Strikethrough"), "strikeout"},
|
||||
{_("Invert"), "invert"},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user