This commit is contained in:
Kovid Goyal 2021-07-08 12:39:55 +05:30
parent 8fdbe112ba
commit fb5cc7b649
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -535,7 +535,7 @@ def render_book(container_id, book_id):
imgdiv
))
container = c.lastChild.firstChild
read_button = create_button(_('Read'), 'book', read_book.bind(None, book_id), _('Read this book'))
read_button = create_button(_('Read'), 'book', read_book.bind(None, book_id), _('Read this book [V]'))
fmt = preferred_format(book_id, True)
download_button = create_button(_('Download'), 'cloud-download', download_url(book_id, fmt),
_('Download this book in the {0} format ({1})').format(fmt, human_readable(metadata.format_sizes[fmt] or 0)),