Second update for consistent use of Gramps. See issue 3355.

svn: r13611
This commit is contained in:
Peter Landgren
2009-11-17 20:45:58 +00:00
parent 33686fcf18
commit 900d1c57f4
9 changed files with 17 additions and 17 deletions

View File

@ -945,7 +945,7 @@ class BasePage(object):
value = format_date(date.Today())
msg = _('Generated by <a href = "%(homepage)s">'
'GRAMPS</a> on %(date)s') % {
'Gramps</a> on %(date)s') % {
'date': value, 'homepage' : const.URL_HOMEPAGE
}