Small typo
authorFabien Pinckaers <fp@tinyerp.com>
Thu, 7 Jun 2007 19:52:10 +0000 (19:52 +0000)
committerFabien Pinckaers <fp@tinyerp.com>
Thu, 7 Jun 2007 19:52:10 +0000 (19:52 +0000)
bzr revid: fp@tinyerp.com-027fdcbea439de8d2ce424a87e091df4afaac919

addons/base_report_designer/wizard/base_report_designer_modify.py

index 3bb949c..30ba119 100644 (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')
                                ]
                        }
                },