mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
String changes
This commit is contained in:
parent
2a553f1b68
commit
0638361025
@ -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)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user