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()