[IMP] shorten the name of the button

bzr revid: fp@openerp.com-20130312124723-u1cxwkkxobnsr9y3
This commit is contained in:
Fabien Pinckaers 2013-03-12 13:47:23 +01:00
commit 773f8857b4
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<!-- add Reset Password button -->
<xpath expr="//div[@class='oe_right oe_button_box']" position="replace">
<div class="oe_right oe_button_box">
<button string="Send reset password instructions by email"
<button string="Send Reset Password Instructions"
type="object" name="action_reset_password" />
</div>
</xpath>