typo for handling one translated string

svn: r21860
This commit is contained in:
Jérôme Rapinat 2013-04-03 16:42:11 +00:00
parent b204a48b42
commit 576dcb30d6

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: