From 063836102518d0e4d8f634ecf5e1bcfc3cbc2c67 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 28 Sep 2019 08:29:22 +0530 Subject: [PATCH] String changes --- src/pyj/book_list/edit_metadata.pyj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyj/book_list/edit_metadata.pyj b/src/pyj/book_list/edit_metadata.pyj index 5737924686..2177722a1a 100644 --- a/src/pyj/book_list/edit_metadata.pyj +++ b/src/pyj/book_list/edit_metadata.pyj @@ -333,7 +333,7 @@ def multiple_line_edit(list_to_ui, ui_to_list, container_id, book_id, field, fm, form = create_form(le, line_edit_get_value, container_id, book_id, field) if list_to_ui: div.appendChild(E.div(style='margin: 0.5ex 1rem', _( - 'Edit the "{0}" below. Multiple items can be separated by {1}.').format(name, list_to_ui.strip()))) + 'Edit the "{0}" below. Multiple items can be separated by "{1}".').format(name, list_to_ui.strip()))) else: div.appendChild(E.div(style='margin: 0.5ex 1rem', _( 'Edit the "{0}" below.').format(name)))