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
ff06cbbae5
commit
3c4dce3b95
@ -341,7 +341,7 @@ def create_open_cover_with_menu(self, parent_menu):
|
|||||||
parent_menu.addAction(_('Open cover with...'), self.choose_open_with)
|
parent_menu.addAction(_('Open cover with...'), self.choose_open_with)
|
||||||
else:
|
else:
|
||||||
m.addSeparator()
|
m.addSeparator()
|
||||||
m.addAction(_('Add another application to open cover...'), self.choose_open_with)
|
m.addAction(_('Add another application to open cover with...'), self.choose_open_with)
|
||||||
m.addAction(_('Edit Open with applications...'), partial(edit_programs, 'cover_image', self))
|
m.addAction(_('Edit Open with applications...'), partial(edit_programs, 'cover_image', self))
|
||||||
parent_menu.ocw = m
|
parent_menu.ocw = m
|
||||||
parent_menu.addMenu(m)
|
parent_menu.addMenu(m)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user