[FIX] Account : Usability

bzr revid: jvo@tinyerp.com-20101020134008-bq2gce4sjbkp6i3z
This commit is contained in:
Jay (OpenERP) 2010-10-20 19:10:08 +05:30
parent c7d50354fb
commit 358d1b2fe1
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<field name="arch" type="xml">
<form string="Validate Account Entries">
<separator string="Validate Journal Entries of a Journal" colspan="4"/>
<label string="All draft account entries in this journal and period will be validated. It means you won't be able to modify their accouting fields." colspan="4"/>
<label string="All draft account entries in this journal and period will be validated. It means you won't be able to modify their accounting fields." colspan="4"/>
<field name="journal_id"/>
<newline/>
<field name="period_id"/>
@ -49,7 +49,7 @@
<form string="Validate Journal Entries">
<separator string="Post Journal Entries" colspan="4"/>
<image name="terp-referer"/>
<label string="All selected journal entries will be validated and posted. It means you won't be able to modify their accouting fields." colspan="2"/>
<label string="All selected journal entries will be validated and posted. It means you won't be able to modify their accounting fields." colspan="2"/>
<separator colspan="4"/>
<group colspan="4" col="6">
<button icon="gtk-cancel" special="cancel" string="Cancel"/>