From 404702914eeef6ab878109d16266982d3af1cb10 Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Sun, 25 Sep 2016 12:41:35 -0700 Subject: [PATCH] minor: adjust wording for fallback font setting based on Frenzie's suggestion --- frontend/apps/reader/modules/readerfont.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/apps/reader/modules/readerfont.lua b/frontend/apps/reader/modules/readerfont.lua index 36aa85300..cb81bd783 100644 --- a/frontend/apps/reader/modules/readerfont.lua +++ b/frontend/apps/reader/modules/readerfont.lua @@ -210,7 +210,7 @@ end function ReaderFont:makeDefault(face) if face then UIManager:show(MultiConfirmBox:new{ - text = T( _("Set %1 as default or fallback font? The fallback font displays characters not found in the active font."), face), + text = T( _("Set %1 as fallback font? Characters not found in the active font are shown in the fallback font instead."), face), choice1_text = _("Default"), choice1_callback = function() G_reader_settings:saveSetting("cre_font", face)