# HG changeset patch # User bsw # Date 1338317569 -7200 # Node ID 65ddf59984582a9d095f1c5bd25a6aa805b7b737 # Parent 42d070777353b25c7cd42a90e8204443c0f2050d Fixed wrong state name in issue head diff -r 42d070777353 -r 65ddf5998458 app/main/issue/_show.lua --- a/app/main/issue/_show.lua Tue May 29 20:52:20 2012 +0200 +++ b/app/main/issue/_show.lua Tue May 29 20:52:49 2012 +0200 @@ -55,7 +55,7 @@ if issue.state_time_left then slot.put(" · ") if issue.state_time_left:sub(1,1) == "-" then - if issue.state == "new" then + if issue.state == "accepted" then ui.tag{ content = _("Discussion starts soon") } elseif issue.state == "discussion" then ui.tag{ content = _("Verification starts soon") }