Skip to content
Snippets Groups Projects
Commit e86ab534 authored by Anup Chavda's avatar Anup Chavda
Browse files

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

bzr revid: ach@tinyerp.com-20110322091540-ko53zraw1wp0bv5b
parents 82de026e 2c714fa2
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment