Small typo

bzr revid: fp@tinyerp.com-027fdcbea439de8d2ce424a87e091df4afaac919
This commit is contained in:
Fabien Pinckaers 2007-06-07 19:52:10 +00:00
parent ac95d32a22
commit 5faf7933bc
1 changed files with 2 additions and 3 deletions

View File

@ -44,8 +44,7 @@ intro_fields = {
'string':'Introduction',
'type':'text',
'readonly':True,
'default': lambda *args: """
This system must be used with the Tiny OpenOffice plugin. If you
'default': lambda *args: """This system must be used with the Tiny OpenOffice plugin. If you
did not installed yet, you can find this package on:
http://tinyerp.com
@ -165,7 +164,7 @@ class base_report_designer_modify(wizard.interface):
'fields':intro_fields,
'state':[
('end','Cancel'),
('get_form','Get a .SXW')
('get_form','Modify a report')
]
}
},