diff --git a/src/plugins/view/view.gpr.py b/src/plugins/view/view.gpr.py index 173cc57a7..52c2621ee 100644 --- a/src/plugins/view/view.gpr.py +++ b/src/plugins/view/view.gpr.py @@ -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',