Incorrect spelling of 'separator'

lp bug: https://launchpad.net/bugs/296851 fixed

bzr revid: stephane@tinyerp.com-20081117092709-q0ivfsj35y34ctyb
This commit is contained in:
Stephane Wirtel 2008-11-17 10:27:09 +01:00
parent 2b8858401b
commit 5c5d49c20c
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ si_so_fields = {
si_form = '''<?xml version="1.0" ?>
<form string="Sign in status">
<seperator string="This is the status of your sign in request. Check it out maybe you were already signed in." colspan="4" />
<separator string="This is the status of your sign in request. Check it out maybe you were already signed in." colspan="4" />
<field name="success" readonly="True" />
</form>'''
@ -49,7 +49,7 @@ si_fields = {
so_form = '''<?xml version="1.0" ?>
<form string="Sign in status">
<seperator string="This is the status of your sign out request. Check it out maybe you were already signed out." colspan="4" />
<separator string="This is the status of your sign out request. Check it out maybe you were already signed out." colspan="4" />
<field name="success" readonly="True" />
</for>'''