typo for handling one translated string
svn: r21862
This commit is contained in:
parent
a8c7156b76
commit
df1ab10041
@ -298,7 +298,7 @@ class GeoFamily(GeoGraphyView):
|
||||
Create all markers for one family : all event's places with a lat/lon.
|
||||
"""
|
||||
dbstate = self.dbstate
|
||||
self.message_layer.add_message(_("Family places for %s" % self.family_label(family)))
|
||||
self.message_layer.add_message(_("Family places for %s") % self.family_label(family))
|
||||
try:
|
||||
person = dbstate.db.get_person_from_handle(family.get_father_handle())
|
||||
except:
|
||||
|
Loading…
x
Reference in New Issue
Block a user