NetworkManager: improve clarity for chatty framework user-facing explanation (#10696)

See https://github.com/koreader/koreader/pull/10669/files#r1263385527
reviewable/pr10697/r1
Frans de Jonge 10 months ago committed by GitHub
parent 3e43a21cf2
commit 3bec20fc25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save