[FIX] change the string 'Reply survey' into 'Answer Survey' in survey form view (stat button work) (addon survey)

bzr revid: ged@openerp.com-20140415141628-iyw063tkertas2e1
This commit is contained in:
Gery Debongnie 2014-04-15 16:16:28 +02:00
parent 569d9dc75a
commit 9d358bad71
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<button class="oe_inline oe_stat_button" name="test_survey" states="open,draft,close,cancel"
string="Test Survey" type="object" icon="fa-file-o" context="{'survey_id': active_id}"
attrs="{'invisible':[('id','=',0)]}"/>
<button class="oe_inline oe_stat_button" name="fill_survey" states="open" string="Reply Survey"
<button class="oe_inline oe_stat_button" name="fill_survey" states="open" string="Answer Survey"
type="object" icon="fa-star-half-o" context="{'survey_id': active_id}"
attrs="{'invisible':[('state','!=','open')]}"/>
<button class="oe_inline oe_stat_button" name="action_print_survey" states="open,draft,close,cancel"