Merge lp:~openerp-dev/openobject-addons/trunk-bug-1182435-amb into lp:openobject-addons

Proposed by Amit Bhavsar (Open ERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1182435-amb
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
purchase/wizard/purchase_order_group.py (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1182435-amb
Reviewer Review Type Date Requested Status
Amit Parik (community) Approve
OpenERP Core Team Pending
Review via email: mp+165010@code.launchpad.net

Description of the change

Hello,

Fixes the grammatical problem. add a plural in string.

Thanks

To post a comment you must log in.
Revision history for this message
Amit Parik (amit-parik) :
review: Approve

Unmerged revisions

8709. By Amit Bhavsar (Open ERP)

[FIX] purchase : Add a plural

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'purchase/wizard/purchase_order_group.py'
2--- purchase/wizard/purchase_order_group.py 2013-04-15 10:23:49 +0000
3+++ purchase/wizard/purchase_order_group.py 2013-05-22 05:33:28 +0000
4@@ -42,7 +42,7 @@
5 res = super(purchase_order_group, self).fields_view_get(cr, uid, view_id=view_id, view_type=view_type, context=context, toolbar=toolbar,submenu=False)
6 if context.get('active_model','') == 'purchase.order' and len(context['active_ids']) < 2:
7 raise osv.except_osv(_('Warning!'),
8- _('Please select multiple order to merge in the list view.'))
9+ _('Please select multiple orders to merge in the list view.'))
10 return res
11 def merge_orders(self, cr, uid, ids, context=None):
12 """

Subscribers

People subscribed via source and target branches

to all changes: