# HG changeset patch # User bsw # Date 1419419454 -3600 # Node ID 71eb36b43e76e5c63adffaee1e7be7bd8314d8a6 # Parent 9ea935c67a618666d0864cc508a8eb64bec1a6c3 Added missing translation function calls in initiative show view diff -r 9ea935c67a61 -r 71eb36b43e76 app/main/initiative/show.lua --- a/app/main/initiative/show.lua Wed Dec 24 12:08:26 2014 +0100 +++ b/app/main/initiative/show.lua Wed Dec 24 12:10:54 2014 +0100 @@ -534,9 +534,9 @@ local text if initiative.issue.closed then - text = "No suggestions" + text = _"No suggestions" else - text = "No suggestions (yet)" + text = _"No suggestions yet" end ui.sectionHead( function() ui.heading { level = 1, content = text }