[IMP] rename button validate to Post

bzr revid: aar@tinyerp.com-20110721064433-mb9jfb6luj1u2ezd
This commit is contained in:
Amit Parmar (OpenERP) 2011-07-21 12:14:33 +05:30
parent 9bbff57918
commit fd90d25924
1 changed files with 1 additions and 1 deletions

View File

@ -1426,7 +1426,7 @@
<group col="4" colspan="4">
<field name="state" select="1"/>
<button name="button_cancel" states="posted" string="Cancel" type="object" icon="gtk-cancel"/>
<button name="button_validate" states="draft" string="Approve" type="object" icon="terp-camera_test"/>
<button name="button_validate" states="draft" string="Post" type="object" icon="terp-camera_test"/>
</group>
</page>
</notebook>