mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
77af13c5f3
commit
465cf583a5
@ -90,10 +90,10 @@ class VerticalToolBar(QToolBar):
|
|||||||
a = self.mode_action
|
a = self.mode_action
|
||||||
if mode == 'paged':
|
if mode == 'paged':
|
||||||
a.setChecked(False)
|
a.setChecked(False)
|
||||||
a.setToolTip(_('Switch to flow mode — where the text is not broken into pages'))
|
a.setToolTip(_('Switch to flow mode -- where the text is not broken into pages'))
|
||||||
else:
|
else:
|
||||||
a.setChecked(True)
|
a.setChecked(True)
|
||||||
a.setToolTip(_('Switch to paged mode — where the text is broken into pages'))
|
a.setToolTip(_('Switch to paged mode -- where the text is broken into pages'))
|
||||||
|
|
||||||
def set_tooltips(self, smap):
|
def set_tooltips(self, smap):
|
||||||
rmap = defaultdict(list)
|
rmap = defaultdict(list)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user