Browse Source

Correct error message

pull/50/head
Matthieu Dietrich 10 years ago
parent
commit
e2eb0f80d2
  1. 2
      base_partner_merge/base_partner_merge.py

2
base_partner_merge/base_partner_merge.py

@ -346,7 +346,7 @@ class MergePartnerAutomatic(orm.TransientModel):
):
raise orm.except_orm(
_('Error'),
_("You do not belong in the 'Partner Merge' group. "
_("You do not belong to the 'Partner Merge' group. "
"Please contact the Administrator to get access to "
"the partner merge functionality."))

Loading…
Cancel
Save