From 7a925a3cafe8111de6f22e26e30a97a35fbcfd7d Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Mon, 29 Mar 2021 20:32:38 +0200 Subject: [PATCH] =?UTF-8?q?Improve=20fit=20to=20=E2=80=A6=20help=20text=20?= =?UTF-8?q?(#7462)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cf. https://github.com/koreader/koreader/issues/7461#issuecomment-809582341 --- frontend/ui/data/koptoptions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ui/data/koptoptions.lua b/frontend/ui/data/koptoptions.lua index 53c86662c..599e75d12 100644 --- a/frontend/ui/data/koptoptions.lua +++ b/frontend/ui/data/koptoptions.lua @@ -163,7 +163,7 @@ In 'semi-auto' and 'manual' modes, you may need to define areas once on an odd p event = "DefineZoom", args = {"full", "width", "height"}, name_text_hold_callback = optionsutil.showValues, - help_text = _([[Set what to fit.]]), + help_text = _([[Set how the page should be resized to fit the screen.]]), }, { name = "zoom_range_number",