From e6a67ce75a83f82722fb590748cc5281a5545b5a Mon Sep 17 00:00:00 2001 From: SomeGuy <97603719+Commodore64user@users.noreply.github.com> Date: Thu, 18 Apr 2024 13:29:18 +0100 Subject: [PATCH] Update frontend/apps/reader/modules/readerfooter.lua Co-authored-by: Frans de Jonge --- frontend/apps/reader/modules/readerfooter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/apps/reader/modules/readerfooter.lua b/frontend/apps/reader/modules/readerfooter.lua index c0b3f9c9d..e10386b43 100644 --- a/frontend/apps/reader/modules/readerfooter.lua +++ b/frontend/apps/reader/modules/readerfooter.lua @@ -1531,7 +1531,7 @@ function ReaderFooter:addToMainMenu(menu_items) }, { text = _("Hide inactive items"), - help_text = _([[This option will hide null (or inactive) values from temporarily appearing on the status bar. For example, if the frontlight is 'off' (i.e 0 brightness), no symbols or values will be displayed until the brightness is set to a value >= 1.]]), + help_text = _([[This option will hide inactive items from appearing on the status bar. For example, if the frontlight is 'off' (i.e 0 brightness), no symbols or values will be displayed until the brightness is set to a value >= 1.]]), enabled_func = function() return self.settings.all_at_once == true end,