Translation changes

svn: r1432
This commit is contained in:
Don Allingham
2003-04-10 02:49:51 +00:00
parent ef06ad30d8
commit a103542963
15 changed files with 185 additions and 175 deletions

View File

@@ -191,7 +191,7 @@ def get_relationship(orig_person,other_person):
rank = 9999999
if orig_person == None:
return "No home person has been defined"
return "No Home Person has been defined"
firstName = orig_person.getPrimaryName().getRegularName()
secondName = other_person.getPrimaryName().getRegularName()