[FIX] email.template: view typo

bzr revid: odo@openerp.com-20110907211759-ypex6nziuyz1icuz
This commit is contained in:
Olivier Dony 2011-09-07 23:17:59 +02:00
parent 194c8dba31
commit 321b513f04
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<field name="template_id" colspan="4"
on_change="on_change_template(template_id, context)"/>
</xpath>
<xpath expr="//button[@string='Close']" position="after">
<xpath expr="//button[@string='Cancel']" position="after">
<button icon="gtk-new" type="object" name="save_as_template" string="Save As Template"/>
</xpath>
</data>