0004820: Cannot translate hard coded 'PERSON' string on reports
svn: r17100
This commit is contained in:
parent
3615470e40
commit
3dc4a9ced2
@ -256,7 +256,7 @@ def get_person_filters(person, include_single=True):
|
||||
gramps_id = person.get_gramps_id()
|
||||
else:
|
||||
# Do this in case of command line options query (show=filter)
|
||||
name = 'PERSON'
|
||||
name = _("PERSON")
|
||||
gramps_id = ''
|
||||
|
||||
if include_single:
|
||||
|
Loading…
x
Reference in New Issue
Block a user