Fix merge advice on import to merge places with identical ids

svn: r17677
This commit is contained in:
Michiel Nauta 2011-06-03 15:20:44 +00:00
parent 1567978f9d
commit 0a12d3a3ad

View File

@ -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") % {