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
7ee4ce0d14
commit
e228e601d5
@ -664,7 +664,7 @@ def pdf_output(container):
|
||||
g.appendChild(float_spin('pdf_page_margin_top', indent + _('Top page margin'), unit='pt', min=-100, max=500))
|
||||
g.appendChild(float_spin('pdf_page_margin_right', indent + _('Right page margin'), unit='pt', min=-100, max=500))
|
||||
g.appendChild(float_spin('pdf_page_margin_bottom', indent + _('Bottom page margin'), unit='pt', min=-100, max=500))
|
||||
g.appendChild(float_spin('pdf_odd_even_offset', indent + _('Odd/event offset'), unit='pt', min=-500, max=500))
|
||||
g.appendChild(float_spin('pdf_odd_even_offset', indent + _('Odd/even offset'), unit='pt', min=-500, max=500))
|
||||
g.appendChild(lineedit('pdf_header_template', _('&Header template:')))
|
||||
g.appendChild(lineedit('pdf_footer_template', _('&Footer template:')))
|
||||
# }}}
|
||||
|
@ -87,8 +87,8 @@ def show_controls_help():
|
||||
div = div.nextSibling
|
||||
safe_set_inner_html(div, _('Use the <b>PageUp/PageDn</b> or <b>Arrow keys</b> to turn pages'))
|
||||
div = div.nextSibling
|
||||
safe_set_inner_html(div, _('Press the <b>Esc</b> key or <b>{} click</b> or <b>tap on the top third</b> of the text area to show the viewer controls').format(
|
||||
'control' if 'macos' in window.navigator.userAgent else _('right')
|
||||
safe_set_inner_html(div, _('Press the <b>Esc</b> key or <b>{}</b> or <b>tap on the top third</b> of the text area to show the viewer controls').format(
|
||||
_('control+click') if 'macos' in window.navigator.userAgent else _('right click')
|
||||
))
|
||||
div = div.nextSibling
|
||||
safe_set_inner_html(div, _('Press any key to continue…'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user