2008-03-02 Jerome Rapinat <romjerome@yahoo.fr>
* src/plugins/AgeOnDate.py : minor change for better translations svn: r10155
This commit is contained in:
parent
6b8d041c94
commit
9befaa17ff
@ -1,3 +1,6 @@
|
||||
2008-03-02 Jerome Rapinat <romjerome@yahoo.fr>
|
||||
* src/plugins/AgeOnDate.py : minor change for better translations
|
||||
|
||||
2008-03-02 Douglas S. Blank <dblank@cs.brynmawr.edu>
|
||||
* src/plugins/DefaultGramplets.py (PedigreeGramplet.get_boxes):
|
||||
Fixed a bug in turning off vertical lines; other refinements
|
||||
|
@ -43,7 +43,11 @@ def run(database, document, date):
|
||||
sdoc.paragraph("Date is not a valid date.")
|
||||
return
|
||||
# display the title
|
||||
sdoc.title(_("People probably alive and their ages on %s") %
|
||||
if date.get_day_valid():
|
||||
sdoc.title(_("People probably alive and their ages the %s") %
|
||||
DateHandler.displayer.display(date))
|
||||
else:
|
||||
sdoc.title(_("People probably alive and their ages on %s") %
|
||||
DateHandler.displayer.display(date))
|
||||
sdoc.paragraph("\n")
|
||||
stab.columns(_("Person"), _("Age")) # Actual Date makes column unicode
|
||||
|
Loading…
Reference in New Issue
Block a user