liquid_feedback_frontend

diff app/main/issue/_show.lua @ 691:e9cf53cd5954

Made "vote now" string translateable
author bsw
date Tue Jun 26 18:22:25 2012 +0200 (2012-06-26)
parents 0c778680fdad
children 21ae6ff8629a
line diff
     1.1 --- a/app/main/issue/_show.lua	Tue Jun 26 18:20:01 2012 +0200
     1.2 +++ b/app/main/issue/_show.lua	Tue Jun 26 18:22:25 2012 +0200
     1.3 @@ -12,7 +12,7 @@
     1.4  local voteable = app.session.member_id and issue.state == 'voting' and
     1.5         app.session.member:has_voting_right_for_unit_id(issue.area.unit_id)
     1.6  
     1.7 -local vote_link_text = direct_voter and _"Change vote" or "Vote now"
     1.8 +local vote_link_text = direct_voter and _"Change vote" or _"Vote now"
     1.9  
    1.10  
    1.11  local class = "issue"

Impressum / About Us