Jérôme should not make change with gedit... (indentation error)
svn: r11897
This commit is contained in:
parent
00a68636a9
commit
b1353fad40
@ -1528,8 +1528,8 @@ def get_day_list(event_date, holiday_list, bday_anniv_list):
|
|||||||
txt_str = _('%(person)s, <em>birth</em>') % {
|
txt_str = _('%(person)s, <em>birth</em>') % {
|
||||||
'person' : text}
|
'person' : text}
|
||||||
else:
|
else:
|
||||||
txt_str = _('%(person)s, <em>%(age)s</em> old')
|
txt_str = _('%(person)s, <em>%(age)s</em> old') % {
|
||||||
% {'person' : text, 'age' : age_str}
|
'person' : text, 'age' : age_str}
|
||||||
|
|
||||||
# an anniversary
|
# an anniversary
|
||||||
elif event == 'Anniversary':
|
elif event == 'Anniversary':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user