[MERGE] report_webkit : Merged XRG's branch for a translation fix

bzr revid: ach@tinyerp.com-20110322091540-ko53zraw1wp0bv5b
This commit is contained in:
Anup (OpenERP) 2011-03-22 14:45:40 +05:30
commit e86ab5344e
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ class WebKitParser(report_sxw):
if not template and report_xml.report_webkit_data :
template = report_xml.report_webkit_data
if not template :
raise except_osv(_('Webkit Report template not found !'), _(''))
raise except_osv(_('Error!'), _('Webkit Report template not found !'))
header = report_xml.webkit_header.html
footer = report_xml.webkit_header.footer_html
if not header and report_xml.header: