liquid_feedback_frontend
changeset 883:1e4c6baf2d87
Changed wording
| author | bsw | 
|---|---|
| date | Mon Aug 20 01:26:37 2012 +0200 (2012-08-20) | 
| parents | 1c70e9ea07ad | 
| children | a1c7858c15e9 | 
| files | app/main/issue/_show.lua | 
   line diff
1.1 --- a/app/main/issue/_show.lua Mon Aug 20 01:24:58 2012 +0200 1.2 +++ b/app/main/issue/_show.lua Mon Aug 20 01:26:37 2012 +0200 1.3 @@ -19,7 +19,7 @@ 1.4 if voteable then 1.5 vote_link_text = direct_voter and _"Change vote" or _"Vote now" 1.6 elseif vote_comment_able then 1.7 - vote_link_text = direct_voter and _"Change voting comment" 1.8 + vote_link_text = direct_voter and _"Update voting comment" 1.9 end 1.10 1.11