String changes

This commit is contained in:
Kovid Goyal 2020-12-09 08:03:10 +05:30
parent 70e383ccbf
commit fe45cb1111
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 3 additions and 3 deletions

View File

@ -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`.
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::

View File

@ -102,7 +102,7 @@ def send_message_to_viewer_instance(args, open_at):
try:
send_message_in_process(msg, address=viewer_socket_address())
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)
raise SystemExit(1)
print('Opened book in existing viewer instance')