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
70e383ccbf
commit
fe45cb1111
@ -57,8 +57,8 @@ You can copy a link to the current book displayed in calibre by right clicking
|
|||||||
the :guilabel:`Book details panel` and choosing :guilabel:`Copy link to book`.
|
the :guilabel:`Book details panel` and choosing :guilabel:`Copy link to book`.
|
||||||
|
|
||||||
|
|
||||||
Open a specific book in the viewer at a specific position
|
Open a specific book in the E-book viewer at a specific position
|
||||||
---------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
|
||||||
The URL syntax is::
|
The URL syntax is::
|
||||||
|
|
||||||
|
@ -102,7 +102,7 @@ def send_message_to_viewer_instance(args, open_at):
|
|||||||
try:
|
try:
|
||||||
send_message_in_process(msg, address=viewer_socket_address())
|
send_message_in_process(msg, address=viewer_socket_address())
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
error_dialog(None, _('Connect to E-book viewer failed'), _(
|
error_dialog(None, _('Connecting to E-book viewer failed'), _(
|
||||||
'Unable to connect to existing E-book viewer window, try restarting the viewer.'), det_msg=str(err), show=True)
|
'Unable to connect to existing E-book viewer window, try restarting the viewer.'), det_msg=str(err), show=True)
|
||||||
raise SystemExit(1)
|
raise SystemExit(1)
|
||||||
print('Opened book in existing viewer instance')
|
print('Opened book in existing viewer instance')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user