0001972: Fixed untranslated filter names in FilterByName\n and 'and' in family description
svn: r10396
This commit is contained in:
@ -194,7 +194,7 @@ class SimpleTable:
|
||||
text += " " + self.access.name(father)
|
||||
else:
|
||||
text += " " + _("Unknown father")
|
||||
text += " and"
|
||||
text += " " + _("and")
|
||||
if mother:
|
||||
text += " " + self.access.name(mother)
|
||||
else:
|
||||
|
Reference in New Issue
Block a user