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

svn: r17101
This commit is contained in:
Brian Matherly 2011-04-12 02:49:34 +00:00
parent d67765d1fe
commit 3db2b525f6

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: