First update for consistent use of Gramps. See issue 3355.
svn: r13610
This commit is contained in:
@@ -1220,7 +1220,7 @@ class WebCalReport(Report):
|
||||
|
||||
# Display date as user set in preferences
|
||||
msg = _('Generated by <a href="http://gramps-project.org">'
|
||||
'GRAMPS</a> on %(date)s') % {'date' : _dd.display(date.Today())}
|
||||
'Gramps</a> on %(date)s') % {'date' : _dd.display(date.Today())}
|
||||
p = Html('p', msg, id = 'createdate')
|
||||
|
||||
# add Generated by? to footer
|
||||
|
Reference in New Issue
Block a user