4827: HTML-Export, make language selectable ... (Webcal)
This commit is contained in:
parent
ed91fa03fb
commit
839a424491
@ -1424,10 +1424,9 @@ class WebCalReport(Report):
|
|||||||
if ((self.alive and alive1
|
if ((self.alive and alive1
|
||||||
and alive2) or not self.alive):
|
and alive2) or not self.alive):
|
||||||
|
|
||||||
msg = '%(spouse)s and %(person)s'
|
mg = self._('%(spouse)s and %(person)s')
|
||||||
text = self._(msg) % {
|
text = mg % {'spouse' : spouse_name,
|
||||||
'spouse' : spouse_name,
|
'person' : short_name}
|
||||||
'person' : short_name}
|
|
||||||
|
|
||||||
self.add_day_item(text, year, month,
|
self.add_day_item(text, year, month,
|
||||||
day, 'Anniversary',
|
day, 'Anniversary',
|
||||||
|
Loading…
Reference in New Issue
Block a user