[IMP] hr_timesheet_sheet: rename string Close as Confirm
authorjas <jas@tinyerp.com>
Thu, 21 Oct 2010 07:26:20 +0000 (12:56 +0530)
committerjas <jas@tinyerp.com>
Thu, 21 Oct 2010 07:26:20 +0000 (12:56 +0530)
bzr revid: jas@tinyerp.com-20101021072620-gkq7pl6cp7wp9m86

addons/hr_timesheet_sheet/hr_timesheet_sheet_view.xml

index f95a2b5..2e1bf6c 100644 (file)
                             </group>
                         </page>
                     </notebook>
-                    <field name="state"/>
-                    <group col="4" colspan="2">
-                        <button name="button_confirm" states="draft" string="Close" type="object" icon="terp-check"/>
+                    <group col="6" colspan="4">
+                        <field name="state"/>
+                        <button name="button_confirm" states="draft" string="Confirm" type="object" icon="terp-check"/>
                         <button name="action_set_to_draft" states="done" string="Set to Draft" type="object" icon="terp-stock_effects-object-colorize"/>
                         <button name="cancel" states="confirm" string="Refuse" type="workflow" icon="gtk-cancel"/>
                         <button name="done" states="confirm" string="Approve" type="workflow" icon="terp-camera_test"/>