Use Charts instead of Graphs for Ancestry category
svn: r20415
This commit is contained in:
parent
7dc043f4a1
commit
461f51660d
@ -130,7 +130,7 @@ status = STABLE,
|
||||
fname = 'pedigreeview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
authors_email = ["http://gramps-project.org"],
|
||||
category = ("Ancestry", _("Graphs")),
|
||||
category = ("Ancestry", _("Charts")),
|
||||
viewclass = 'PedigreeView',
|
||||
order = START,
|
||||
stock_icon = 'gramps-pedigree',
|
||||
@ -139,7 +139,7 @@ stock_icon = 'gramps-pedigree',
|
||||
register(VIEW,
|
||||
id = 'fanchartview',
|
||||
name = _("Fan Chart"),
|
||||
category = ("Ancestry", _("Graphs")),
|
||||
category = ("Ancestry", _("Charts")),
|
||||
description = _("A view showing parents through a fanchart"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.0',
|
||||
@ -154,7 +154,7 @@ stock_icon = 'gramps-fanchart',
|
||||
register(VIEW,
|
||||
id = 'fanchartdescview',
|
||||
name = _("Descendant Fan"),
|
||||
category = ("Ancestry", _("Graphs")),
|
||||
category = ("Ancestry", _("Charts")),
|
||||
description = _("Showing descendants through a fanchart"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '4.0',
|
||||
|
Loading…
Reference in New Issue
Block a user