diff --git a/profiles/forms.py b/profiles/forms.py index f70fea70a7a156060892c6eaee39902a655b9b58..63a46e618701572ad757cce0d9e64053b9c3453e 100644 --- a/profiles/forms.py +++ b/profiles/forms.py @@ -98,7 +98,8 @@ class ProfileMergeForm(forms.Form): if self.cleaned_data['to_merge'].has_contributor and \ self.cleaned_data['to_merge_into'].has_contributor: self.add_error(None, 'Each of these two Profiles has a Contributor. ' - 'Cannot merge. A ProfileNonDuplicate instance should be created; ' + 'Cannot merge. If these are distinct people or if two separate ' + 'accounts are needed, a ProfileNonDuplicate instance should be created; ' 'contact techsupport.') return data