Fix merge advice on import to merge places with identical ids
svn: r17678
This commit is contained in:
parent
22cde3ec27
commit
516b184925
@ -250,7 +250,7 @@ class ImportInfo(object):
|
||||
return _(" Media Object %(id)s with %(id2)s\n") % {
|
||||
'id': obj.gramps_id, 'id2': sec_obj.gramps_id}
|
||||
elif key == PLACE_KEY:
|
||||
return _(" Place %(id)s with %(id)s\n") % {
|
||||
return _(" Place %(id)s with %(id2)s\n") % {
|
||||
'id': obj.gramps_id, 'id2': sec_obj.gramps_id}
|
||||
elif key == REPOSITORY_KEY:
|
||||
return _(" Repository %(id)s with %(id2)s\n") % {
|
||||
|
Loading…
Reference in New Issue
Block a user