cannot translate variable (mailing-list)
svn: r13464
This commit is contained in:
parent
285e23303c
commit
3eaa8115c2
@ -1449,9 +1449,9 @@ def get_day_list(event_date, holiday_list, bday_anniv_list):
|
|||||||
# a birthday
|
# a birthday
|
||||||
if event == 'Birthday':
|
if event == 'Birthday':
|
||||||
|
|
||||||
txt_str = _(text + ', <em>'
|
txt_str = text + ', <em>'
|
||||||
+ (_('%s old') % str(age_str) if nyears else _('birth'))
|
+ (_('%s old') % str(age_str) if nyears else _('birth'))
|
||||||
+ '</em>')
|
+ '</em>'
|
||||||
|
|
||||||
# an anniversary
|
# an anniversary
|
||||||
elif event == 'Anniversary':
|
elif event == 'Anniversary':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user