From c45b1f8bbc4610704a61e91b8ad8548c7da99ca1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 12 Apr 2024 19:06:40 +0530 Subject: [PATCH] string changes --- src/pyj/read_book/prefs/selection.pyj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyj/read_book/prefs/selection.pyj b/src/pyj/read_book/prefs/selection.pyj index 5fc99a9d93..66193bf77b 100644 --- a/src/pyj/read_book/prefs/selection.pyj +++ b/src/pyj/read_book/prefs/selection.pyj @@ -208,7 +208,7 @@ def create_selection_panel(container, apply_func, cancel_func): E.div( style='margin-top: 2ex', _('{text} and {url} are available in both types of template. Additionally, {timestamp},' - '{chapter}, {notes}, {style_type}, {style_kind} and {style_which} are available when citing a highlight.' + ' {chapter}, {notes}, {style_type}, {style_kind} and {style_which} are available when citing a highlight.' ).format(text='{text}', url='{url}', chapter='{chapter}', notes='{notes}', style_type='{style_type}', style_kind='{style_kind}', style_which='{style_which}', timestamp='{timestamp}', )