[IMP]procurement:Improvement in Traslation string

bzr revid: ron@tinyerp.com-20110602120455-lgadptlti782btgm
This commit is contained in:
ron@tinyerp.com 2011-06-02 17:34:55 +05:30
parent e95c182608
commit 4887184977
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class procurement_order(osv.osv):
report_later += 1
for proc in procurement_obj.browse(cr, uid, ids, context=context):
if proc.state == 'exception':
report.append('PROC %d: on order - %3.2f %-5s - %s' % \
report.append(_('PROC %d: on order - %3.2f %-5s - %s') % \
(proc.id, proc.product_qty, proc.product_uom.name,
proc.product_id.name))
report_except += 1