typo for handling one translated string

svn: r21862
This commit is contained in:
Jérôme Rapinat 2013-04-03 16:52:39 +00:00
parent a8c7156b76
commit df1ab10041

View File

@ -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: