missing comma
svn: r11874
This commit is contained in:
parent
69f4b87b20
commit
764cc7e083
@ -1538,7 +1538,7 @@ def get_day_list(event_date, holiday_list, bday_anniv_list):
|
|||||||
txt_str = _('%(couple)s, <em>wedding</em>') % {
|
txt_str = _('%(couple)s, <em>wedding</em>') % {
|
||||||
'couple' : text}
|
'couple' : text}
|
||||||
else:
|
else:
|
||||||
txt_str = (ngettext('%(couple)s, <em>%(years)d</em> year anniversary'
|
txt_str = (ngettext('%(couple)s, <em>%(years)d</em> year anniversary',
|
||||||
'%(couple)s, <em>%(years)d</em> year anniversary', nyears)
|
'%(couple)s, <em>%(years)d</em> year anniversary', nyears)
|
||||||
% {'couple' : text, 'years' : nyears})
|
% {'couple' : text, 'years' : nyears})
|
||||||
txt_str = '<span class="yearsmarried">%s</span>' % txt_str
|
txt_str = '<span class="yearsmarried">%s</span>' % txt_str
|
||||||
|
Loading…
Reference in New Issue
Block a user