Removed translation of string that doesn't need it

svn: r17039
This commit is contained in:
Michiel Nauta 2011-04-04 20:23:44 +00:00
parent 38a3bddd94
commit 3d50b450c8

View File

@ -277,9 +277,9 @@ class MergeFamilyQuery(object):
if phoenix_person is None: if phoenix_person is None:
if titanic_person is not None: if titanic_person is not None:
raise MergeError(_("""When merging people where one person """ raise MergeError("""When merging people where one person """
"""doesn't exist, that "person" must be the person that """ """doesn't exist, that "person" must be the person that """
"""will be deleted from the database.""")) """will be deleted from the database.""")
return return
elif titanic_person is None: elif titanic_person is None:
if swapped: if swapped: