String changes

This commit is contained in:
Kovid Goyal 2019-09-28 08:29:22 +05:30
parent 2a553f1b68
commit 0638361025
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

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