# HG changeset patch # User bsw # Date 1366480247 -7200 # Node ID 14dfa591bc9750e0cd09e773bea619c5b2ec1a0f # Parent c4de4ef33da612ccef8ab426aea0fec58a9f70f3 Show different help text for forced delegation checking diff -r c4de4ef33da6 -r 14dfa591bc97 app/main/index/check_delegations.lua --- a/app/main/index/check_delegations.lua Sat Apr 20 19:28:09 2013 +0200 +++ b/app/main/index/check_delegations.lua Sat Apr 20 19:50:47 2013 +0200 @@ -8,7 +8,11 @@ end end) -util.help("index.check_delegations", _"Check delegations") +if app.session.needs_delegation_check then + util.help("index.check_delegations_hard", _"Check delegations") +else + util.help("index.check_delegations", _"Check delegations") +end ui.form{ module = "index", action = "check_delegations",