to allow to translate birth word
svn: r13314
This commit is contained in:
parent
73cbf10ce3
commit
34edae8cbc
@ -1735,7 +1735,7 @@ def get_day_list(event_date, holiday_list, bday_anniv_list):
|
||||
if event == 'Birthday':
|
||||
|
||||
txt_str = _(text + ', <em>'
|
||||
+ (_('%s old') % str(age_str) if nyears else 'birth')
|
||||
+ (_('%s old') % str(age_str) if nyears else _('birth'))
|
||||
+ '</em>')
|
||||
|
||||
# an anniversary
|
||||
|
Loading…
Reference in New Issue
Block a user