5708: Confusing results with statistic gramplet and filter; fixes suggested by PeterL's patch

svn: r19415
This commit is contained in:
Doug Blank
2012-04-30 13:21:21 +00:00
parent b557be86d9
commit 5bfe83b19f
3 changed files with 17 additions and 10 deletions

View File

@@ -152,8 +152,8 @@ class StatsGramplet(Gramplet):
'Filter', 'people with unknown gender')
self.append_text(" %s" % unknowns)
self.append_text("\n")
self.link("%s:" % _("Individuals with incomplete names"),
'Filter', 'people with incomplete names')
self.link("%s:" % _("Incomplete names"),
'Filter', 'incomplete names')
self.append_text(" %s" % incomp_names)
self.append_text("\n")
self.link("%s:" % _("Individuals missing birth dates"),