fix typo in string
svn: r11290
This commit is contained in:
parent
1fcb1afdb2
commit
9a3fdf5fd4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user