mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 14:53:37 +02:00
...
This commit is contained in:
parent
77af13c5f3
commit
465cf583a5
1 changed files with 2 additions and 2 deletions
|
|
@ -90,10 +90,10 @@ def update_mode_action(self):
|
|||
a = self.mode_action
|
||||
if mode == 'paged':
|
||||
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:
|
||||
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):
|
||||
rmap = defaultdict(list)
|
||||
|
|
|
|||
Loading…
Reference in a new issue