liquid_feedback_frontend
diff model/event.lua @ 410:7efe31566c11
Added missing translation to event messages
author | bsw |
---|---|
date | Thu Mar 08 16:30:24 2012 +0100 (2012-03-08) |
parents | dac54851083d |
children | 699b9fa7bc36 |
line diff
1.1 --- a/model/event.lua Thu Mar 08 16:25:32 2012 +0100 1.2 +++ b/model/event.lua Thu Mar 08 16:30:24 2012 +0100 1.3 @@ -33,7 +33,7 @@ 1.4 calculation = _"Calculation", 1.5 canceled_no_initiative_admitted = _"Cancelled (no initiative admitted)", 1.6 finished_without_winner = _"Finished (without winner)", 1.7 - finished_with_winner = "Finished (with winner)" 1.8 + finished_with_winner = _"Finished (with winner)" 1.9 })[self.state] 1.10 end 1.11