From 3bec20fc255a8e6a1ffa92ded361a451f367eeb9 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Sat, 15 Jul 2023 17:19:35 +0200 Subject: [PATCH] NetworkManager: improve clarity for chatty framework user-facing explanation (#10696) See https://github.com/koreader/koreader/pull/10669/files#r1263385527 --- frontend/ui/network/manager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ui/network/manager.lua b/frontend/ui/network/manager.lua index cc4f2654f..c2fb64d93 100644 --- a/frontend/ui/network/manager.lua +++ b/frontend/ui/network/manager.lua @@ -636,7 +636,7 @@ end function NetworkMgr:getPowersaveMenuTable() return { text = _("Disable Wi-Fi connection when inactive"), - help_text = Device:isKindle() and _([[This is unlikely to function properly on a stock Kindle, given how chatty the framework is.]]) or + help_text = Device:isKindle() and _([[This is unlikely to function properly on a stock Kindle, given how much network activity the framework generates.]]) or _([[This will automatically turn Wi-Fi off after a generous period of network inactivity, without disrupting workflows that require a network connection, so you can just keep reading without worrying about battery drain.]]), checked_func = function() return G_reader_settings:isTrue("auto_disable_wifi") end, callback = function()