mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
string changes
This commit is contained in:
parent
8d67ae5f24
commit
6aff552e75
@ -531,7 +531,7 @@ class HighlightsPanel(QWidget):
|
|||||||
|
|
||||||
def jump_to_highlight(self, highlight):
|
def jump_to_highlight(self, highlight):
|
||||||
boss = get_boss()
|
boss = get_boss()
|
||||||
if boss.check_for_read_aloud(_('highlight location')):
|
if boss.check_for_read_aloud(_('the location of this highlight')):
|
||||||
return
|
return
|
||||||
self.request_highlight_action.emit(highlight['uuid'], 'goto')
|
self.request_highlight_action.emit(highlight['uuid'], 'goto')
|
||||||
|
|
||||||
@ -548,7 +548,7 @@ class HighlightsPanel(QWidget):
|
|||||||
|
|
||||||
def edit_highlight(self):
|
def edit_highlight(self):
|
||||||
boss = get_boss()
|
boss = get_boss()
|
||||||
if boss.check_for_read_aloud(_('highlight location')):
|
if boss.check_for_read_aloud(_('the location of this highlight')):
|
||||||
return
|
return
|
||||||
h = self.highlights.current_highlight
|
h = self.highlights.current_highlight
|
||||||
if h is None:
|
if h is None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user