[IMP] changed the name of button from Close to Done.

bzr revid: tpa@tinyerp.com-20111213091854-vc8z7catofgklmbw
This commit is contained in:
Turkesh Patel (Open ERP) 2011-12-13 14:48:54 +05:30
parent 3f74a7f2c8
commit fbea42e45e
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
<button name="state_cancel_set" string="Cancel" states="running" icon="terp-gtk-stop"/>
<button name="state_running_set" string="Run" states="draft" icon="gtk-apply"/>
<button name="state_draft_set" string="Set to Draft" states="done,cancelled" icon="gtk-convert"/>
<button name="state_done_set" string="Close" states="running" icon="terp-dialog-close"/>
<button name="state_done_set" string="Done" states="running" icon="terp-dialog-close"/>
</group>
</form>
</field>