From 461f51660d586bfb23ec4d16021bf23f9aae8007 Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Wed, 19 Sep 2012 11:23:12 +0000 Subject: [PATCH] Use Charts instead of Graphs for Ancestry category svn: r20415 --- src/plugins/view/view.gpr.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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',