fix typo in string

svn: r11290
This commit is contained in:
Benny Malengier 2008-11-12 09:10:13 +00:00
parent 1fcb1afdb2
commit 9a3fdf5fd4

View File

@ -1076,7 +1076,7 @@ class RelationshipView(PageView.PersonNavView):
'deathdate' : ddate
}
elif bdate:
value = _("short for borb|b. %s") % (bdate)
value = _("short for born|b. %s") % (bdate)
elif ddate:
value = _("short for dead|d. %s") % (ddate)
else: