From f0360ecc1df6dc5d780b70226f3175083ca0a9ed Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 17 May 2017 18:26:37 +0530 Subject: [PATCH] Make the browse all button text a little smaller so it fits on an iphone 5 screen --- src/pyj/book_list/home.pyj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyj/book_list/home.pyj b/src/pyj/book_list/home.pyj index 808693c365..c900b924e4 100644 --- a/src/pyj/book_list/home.pyj +++ b/src/pyj/book_list/home.pyj @@ -121,7 +121,7 @@ def show_recent_stage2(books): start_sync(to_sync) container.appendChild(E.div(style='margin: 1rem 1rem', create_button( - _('Browse all previously downloaded books…'), + _('Browse all downloaded books…'), action=def(): show_panel('local_books') )))