mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-25 02:45:22 +01:00
Add a note about tapping to show controls
This commit is contained in:
parent
428f576c26
commit
c0c6872249
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ def focus():
|
|||
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> to show the viewer controls').format(
|
||||
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')
|
||||
))
|
||||
div = div.nextSibling
|
||||
|
|
|
|||
Loading…
Reference in a new issue