string changes

This commit is contained in:
Kovid Goyal 2020-10-26 09:47:59 +05:30
parent ff06cbbae5
commit 3c4dce3b95
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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)