mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
8fdbe112ba
commit
fb5cc7b649
@ -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)),
|
||||
|
Loading…
x
Reference in New Issue
Block a user