0004820: Cannot translate hard coded 'PERSON' string on reports

svn: r17100
This commit is contained in:
Brian Matherly 2011-04-12 02:41:02 +00:00
parent 3615470e40
commit 3dc4a9ced2

View File

@ -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: