[FIX] Spelling error and missing call to _()
authorStefan Rijnhart <stefan@therp.nl>
Tue, 28 May 2013 13:09:06 +0000 (15:09 +0200)
committerStefan Rijnhart <stefan@therp.nl>
Tue, 28 May 2013 13:09:06 +0000 (15:09 +0200)
bzr revid: stefan@therp.nl-20130528130906-ciyf3thaw579pqvu

addons/account_payment/wizard/account_payment_order.py

index f4d695a..30a18aa 100644 (file)
@@ -108,7 +108,7 @@ class payment_order_create(osv.osv_memory):
         context.update({'line_ids': line_ids})
         model_data_ids = mod_obj.search(cr, uid,[('model', '=', 'ir.ui.view'), ('name', '=', 'view_create_payment_order_lines')], context=context)
         resource_id = mod_obj.read(cr, uid, model_data_ids, fields=['res_id'], context=context)[0]['res_id']
-        return {'name': ('Entrie Lines'),
+        return {'name': _('Entry Lines'),
                 'context': context,
                 'view_type': 'form',
                 'view_mode': 'form',