0004820: Cannot translate hard coded 'PERSON' string on reports
svn: r17101
This commit is contained in:
parent
d67765d1fe
commit
3db2b525f6
@ -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…
Reference in New Issue
Block a user