From d473bc87049fb96093e849bc74f7ecd943865cf4 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Mon, 19 Apr 2010 14:34:54 +0000 Subject: [PATCH] 3430: Add Gramps version to the output of reports svn: r15237 --- src/plugins/webreport/NarrativeWeb.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 1cb115ea4..bb83e040b 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -924,8 +924,9 @@ class BasePage(object): value = _dd.display(date.Today()) msg = _('Generated by ' - 'Gramps on %(date)s') % { - 'date': value, 'homepage' : const.URL_HOMEPAGE + 'Gramps %(version)s on %(date)s') % { + 'date': value, 'homepage' : const.URL_HOMEPAGE, + 'version': const.VERSION } # optional "link-home" feature; see bug report #2736