base_report_desinger: Improve the message
authorsbh (Open ERP) <sbh@tinyerp.com>
Wed, 9 Jun 2010 07:00:56 +0000 (12:30 +0530)
committersbh (Open ERP) <sbh@tinyerp.com>
Wed, 9 Jun 2010 07:00:56 +0000 (12:30 +0530)
bzr revid: sbh@tinyerp.com-20100609070056-pjv2e29q33783ty9

addons/base_report_designer/wizard/base_openoffice.py

index 054e027..7886b7c 100644 (file)
@@ -41,7 +41,7 @@ class base_openoffice(osv.osv_memory):
             
     def process_pdf_file(self, cr, uid, ids, context):
         """
-        Default Attach Thunderbird Plug-in Installation File.
+        Default Attach  Plug-in Installation File.
         """
         data = {}
         pdf_file = open(config['addons_path'] + "/base_report_designer/report_desinger/doc/OpenOffice.pdf", 'r')