First update for consistent use of Gramps. See issue 3355.
svn: r13610
This commit is contained in:
@@ -53,7 +53,7 @@ if not (TOOLKIT == NOWEB):
|
||||
version = '1.0',
|
||||
status = STABLE,
|
||||
fname = 'geoview.py',
|
||||
authors = [u"The GRAMPS project"],
|
||||
authors = [u"The Gramps project"],
|
||||
authors_email = ["http://gramps-project.org"],
|
||||
category = VIEW_GEO,
|
||||
viewclass = 'GeoView',
|
||||
@@ -62,11 +62,11 @@ if not (TOOLKIT == NOWEB):
|
||||
register(VIEW,
|
||||
id = 'htmlview',
|
||||
name = _("Html View"),
|
||||
description = _("A view allowing to see html pages embedded in GRAMPS"),
|
||||
description = _("A view allowing to see html pages embedded in Gramps"),
|
||||
version = '1.0',
|
||||
status = UNSTABLE,
|
||||
fname = 'htmlrenderer.py',
|
||||
authors = [u"The GRAMPS project"],
|
||||
authors = [u"The Gramps project"],
|
||||
authors_email = ["http://gramps-project.org"],
|
||||
category = VIEW_MISC,
|
||||
viewclass = 'HtmlView',
|
||||
|
Reference in New Issue
Block a user