5187: Plugins twice in plugin list (use book description)

svn: r18414
This commit is contained in:
Jérôme Rapinat 2011-11-08 10:16:44 +00:00
parent 162aa685c4
commit 5aac8af130

View File

@ -29,8 +29,8 @@
plg = newplugin() plg = newplugin()
plg.id = 'ancestor_chart,BKI' plg.id = 'ancestor_chart,BKI'
plg.name = _("Ancestor Tree (BKI)") plg.name = _("Ancestor Tree")
plg.description = _("Produces a graphical ancestral tree (BKI)") plg.description = _("Produces a graphical ancestral tree (Book)")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '3.4' plg.gramps_target_version = '3.4'
plg.status = STABLE plg.status = STABLE
@ -89,8 +89,8 @@ plg.report_modes = [REPORT_MODE_GUI, REPORT_MODE_BKI, REPORT_MODE_CLI]
plg = newplugin() plg = newplugin()
plg.id = 'descend_chart,BKI' plg.id = 'descend_chart,BKI'
plg.name = _("Descendant Tree (BKI)") plg.name = _("Descendant Tree")
plg.description = _("Produces a graphical descendant tree (BKI)") plg.description = _("Produces a graphical descendant tree (Book)")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '3.4' plg.gramps_target_version = '3.4'
plg.status = STABLE plg.status = STABLE
@ -127,8 +127,8 @@ plg.report_modes = [REPORT_MODE_GUI, REPORT_MODE_CLI]
plg = newplugin() plg = newplugin()
plg.id = 'family_descend_chart,BKI' plg.id = 'family_descend_chart,BKI'
plg.name = _("Family Descendant Tree (BKI)") plg.name = _("Family Descendant Tree")
plg.description = _("Produces a graphical descendant tree around a family (BKI)") plg.description = _("Produces a graphical descendant tree around a family (Book)")
plg.version = '1.0' plg.version = '1.0'
plg.status = STABLE plg.status = STABLE
plg.fname = 'DescendTree.py' plg.fname = 'DescendTree.py'