Charts to Ancestry view category renaming
svn: r13754
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
register(VIEW,
|
||||
id = 'fanchartview',
|
||||
name = _("Fan Chart View"),
|
||||
category = ("Charts", _("Charts")),
|
||||
category = ("Ancestry", _("Ancestry")),
|
||||
description = _("The view showing relations through a fanchart"),
|
||||
version = '1.0',
|
||||
status = UNSTABLE,
|
||||
|
||||
@@ -36,7 +36,7 @@ status = STABLE,
|
||||
fname = 'pedigreeviewext.py',
|
||||
authors = [u"The Gramps project"],
|
||||
authors_email = ["http://gramps-project.org"],
|
||||
category = ("Charts", _("Charts")),
|
||||
category = ("Ancestry", _("Ancestry")),
|
||||
viewclass = 'PedigreeViewExt',
|
||||
order = START,
|
||||
)
|
||||
)
|
||||
|
||||
@@ -120,7 +120,7 @@ status = STABLE,
|
||||
fname = 'pedigreeview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
authors_email = ["http://gramps-project.org"],
|
||||
category = ("Charts", _("Charts")),
|
||||
category = ("Ancestry", _("Ancestry")),
|
||||
viewclass = 'PedigreeView',
|
||||
order = START,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user