Skip to content
Snippets Groups Projects
Commit 5faf7933 authored by Fabien Pinckaers's avatar Fabien Pinckaers
Browse files

Small typo

bzr revid: fp@tinyerp.com-027fdcbea439de8d2ce424a87e091df4afaac919
parent ac95d32a
Branches
Tags
No related merge requests found
......@@ -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')
]
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment