This commit is contained in:
Kovid Goyal 2022-04-19 17:59:45 +05:30
parent 0788eff9f3
commit 656b17421c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -67,7 +67,7 @@ def all_actions():
'toggle_highlights': Action('highlight_only_on.png', _('Browse highlights in book'), 'toggle_highlights'), 'toggle_highlights': Action('highlight_only_on.png', _('Browse highlights in book'), 'toggle_highlights'),
'select_all': Action('edit-select-all.png', _('Select all text in the current file')), 'select_all': Action('edit-select-all.png', _('Select all text in the current file')),
'edit_book': Action('edit_book.png', _('Edit this book'), 'edit_book'), 'edit_book': Action('edit_book.png', _('Edit this book'), 'edit_book'),
'reload_book': Action('reload.png', _('Reload this book'), 'reload_book'), 'reload_book': Action('view-refresh.png', _('Reload this book'), 'reload_book'),
} }
all_actions.ans = Actions(amap) all_actions.ans = Actions(amap)
return all_actions.ans return all_actions.ans