7071: age on date now displays all individuals, update titles

svn: r23234
This commit is contained in:
Jérôme Rapinat
2013-10-01 08:27:17 +00:00
parent 6e69549c36
commit a9339c5b82
3 changed files with 757 additions and 757 deletions
+2 -2
View File
@@ -47,10 +47,10 @@ def run(database, document, date):
return
# display the title
if date.get_day_valid():
sdoc.title(_("People probably alive and their ages the %s") %
sdoc.title(_("People and their ages the %s") %
DateHandler.displayer.display(date))
else:
sdoc.title(_("People probably alive and their ages on %s") %
sdoc.title(_("People and their ages on %s") %
DateHandler.displayer.display(date))
stab.columns(_("Person"), _("Age"), _("Status")) # Actual Date makes column unicode
alive_matches = 0