mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-03-02 07:55:04 +01:00
String changes
This commit is contained in:
parent
55cf40a781
commit
0ff2db7f7b
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ def eventFilter(self, obj, event):
|
|||
menu.addAction(actions['close-current-tab'].icon(), _('Close tab'), partial(self.close_requested.emit, ed))
|
||||
menu.addSeparator()
|
||||
menu.addAction(actions['close-all-but-current-tab'].icon(), _('Close other tabs'), partial(self.close_all_but, ed))
|
||||
menu.addAction(actions['close-tabs-to-right-of'].icon(), _('Close tabs to right of this tab'), partial(self.close_to_right, ed))
|
||||
menu.addAction(actions['close-tabs-to-right-of'].icon(), _('Close tabs to the right of this tab'), partial(self.close_to_right, ed))
|
||||
menu.exec_(self.editor_tabs.tabBar().mapToGlobal(event.pos()))
|
||||
|
||||
return True
|
||||
|
|
|
|||
Loading…
Reference in a new issue