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
e271b4564a
commit
a158386e56
@ -291,7 +291,7 @@ class MainOverlay: # {{{
|
||||
if not full_screen_element() and not is_ios:
|
||||
# No fullscreen on iOS, see http://caniuse.com/#search=fullscreen
|
||||
full_screen_actions.push(
|
||||
ac(_('Full screen'), _('Enter full screen mode'), def(): self.overlay.hide(), ui_operations.toggle_full_screen();, 'full-screen')
|
||||
ac(_('Toggle full screen'), _('Toggle full screen mode'), def(): self.overlay.hide(), ui_operations.toggle_full_screen();, 'full-screen')
|
||||
)
|
||||
if full_screen_actions.length:
|
||||
actions_div.appendChild(E.ul(*full_screen_actions))
|
||||
|
Loading…
x
Reference in New Issue
Block a user