From 7fb6e0971d192f1961a615fb94e3a9c8fdecff17 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 11 Dec 2022 08:49:40 +0530 Subject: [PATCH] Edit book: Use instead of --- src/calibre/gui2/tweak_book/editor/text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/tweak_book/editor/text.py b/src/calibre/gui2/tweak_book/editor/text.py index 1f613516a4..974e977e3b 100644 --- a/src/calibre/gui2/tweak_book/editor/text.py +++ b/src/calibre/gui2/tweak_book/editor/text.py @@ -865,7 +865,7 @@ class TextEdit(PlainTextEdit): 'bold': ('', ''), 'italic': ('', ''), 'underline': ('', ''), - 'strikethrough': ('', ''), + 'strikethrough': ('', ''), 'superscript': ('', ''), 'subscript': ('', ''), 'color': ('' % color, ''),