mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
653c8c17de
commit
2c408254cd
@ -286,7 +286,7 @@ def add_format_entries(menu, data, book_info, copy_menu, search_menu):
|
||||
menu.ow = m
|
||||
if fmt.upper() in SUPPORTED:
|
||||
menu.addSeparator()
|
||||
menu.addAction(_('Edit %s...') % fmt.upper(), partial(book_info.edit_fmt, book_id, fmt))
|
||||
menu.addAction(_('Edit %s') % fmt.upper(), partial(book_info.edit_fmt, book_id, fmt))
|
||||
path = data['path']
|
||||
if path:
|
||||
if data.get('fname'):
|
||||
|
Loading…
x
Reference in New Issue
Block a user