mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-03-23 09:57:53 -04:00
...
This commit is contained in:
parent
79b304baee
commit
e138fde8ac
@ -233,7 +233,7 @@ class Boss(QObject):
|
||||
if not syntax:
|
||||
return error_dialog(
|
||||
self.gui, _('Unsupported file format'),
|
||||
_('Editing of files of type %s is not supported' % mime), show=True)
|
||||
_('Editing files of type %s is not supported' % mime), show=True)
|
||||
self.edit_file(name, syntax)
|
||||
|
||||
def do_editor_undo(self):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user