From 9e09d44aca281915d966db479695bdb7d910528a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 11 Dec 2020 12:15:24 +0530 Subject: [PATCH] String changes --- src/pyj/read_book/selection_bar.pyj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyj/read_book/selection_bar.pyj b/src/pyj/read_book/selection_bar.pyj index 1a0f4d521b..faa5e92002 100644 --- a/src/pyj/read_book/selection_bar.pyj +++ b/src/pyj/read_book/selection_bar.pyj @@ -192,7 +192,7 @@ def all_actions(): 'search_net': a('global-search', _('Search for selection on the net'), 'internet_search'), 'remove_highlight': a('trash', _('Remove this highlight'), 'remove_highlight', True), 'clear': a('close', _('Clear selection'), 'clear_selection'), - 'speak': a('bullhorn', _('Speak aloud'), 'speak_aloud'), + 'speak': a('bullhorn', _('Read aloud'), 'speak_aloud'), } qh = all_actions.ans.quick_highlight qh.icon_function = quick_highlight_icon.bind(None, qh.icon, qh.text)