mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-05 08:40:13 -04:00
...
This commit is contained in:
parent
6a4d56c839
commit
5a113f3c04
@ -715,8 +715,8 @@ class Boss(QObject):
|
||||
except KeyError:
|
||||
return error_dialog(self.gui, _('Does not exist'), _(
|
||||
'The file %s does not exist. If you were trying to click a'
|
||||
' link in the preview panel or the Table of Contents, you may'
|
||||
' need to refresh them by right-clicking and choosing "Refresh".') % name, show=True)
|
||||
' the Table of Contents, you may'
|
||||
' need to refresh it by right-clicking and choosing "Refresh".') % name, show=True)
|
||||
syntax = syntax_from_mime(name, mt)
|
||||
editor = self.edit_file(name, syntax)
|
||||
if anchor:
|
||||
|
Loading…
x
Reference in New Issue
Block a user