7071: age on date now displays all individuals, update titles
svn: r23235
This commit is contained in:
parent
48f0826235
commit
c9b5c60634
@ -48,10 +48,10 @@ def run(database, document, date):
|
|||||||
return
|
return
|
||||||
# display the title
|
# display the title
|
||||||
if date.get_day_valid():
|
if date.get_day_valid():
|
||||||
sdoc.title(_("People probably alive and their ages the %s") %
|
sdoc.title(_("People and their ages the %s") %
|
||||||
displayer.display(date))
|
displayer.display(date))
|
||||||
else:
|
else:
|
||||||
sdoc.title(_("People probably alive and their ages on %s") %
|
sdoc.title(_("People and their ages on %s") %
|
||||||
displayer.display(date))
|
displayer.display(date))
|
||||||
stab.columns(_("Person"), _("Age"), _("Status")) # Actual Date makes column unicode
|
stab.columns(_("Person"), _("Age"), _("Status")) # Actual Date makes column unicode
|
||||||
alive_matches = 0
|
alive_matches = 0
|
||||||
|
2114
po/gramps.pot
2114
po/gramps.pot
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user