5187: Plugins twice in plugin list; more descriptive as suggested by Paul F.
svn: r18418
This commit is contained in:
parent
d5d050c376
commit
e5fe1e784a
@ -30,7 +30,7 @@
|
|||||||
plg = newplugin()
|
plg = newplugin()
|
||||||
plg.id = 'ancestor_chart,BKI'
|
plg.id = 'ancestor_chart,BKI'
|
||||||
plg.name = _("Ancestor Tree")
|
plg.name = _("Ancestor Tree")
|
||||||
plg.description = _("Produces a graphical ancestral tree (Book)")
|
plg.description = _("Produces a graphical ancestral tree (Book report)")
|
||||||
plg.version = '1.0'
|
plg.version = '1.0'
|
||||||
plg.gramps_target_version = '3.3'
|
plg.gramps_target_version = '3.3'
|
||||||
plg.status = STABLE
|
plg.status = STABLE
|
||||||
@ -90,7 +90,7 @@ 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")
|
plg.name = _("Descendant Tree")
|
||||||
plg.description = _("Produces a graphical descendant tree (Book)")
|
plg.description = _("Produces a graphical descendant tree (Book report)")
|
||||||
plg.version = '1.0'
|
plg.version = '1.0'
|
||||||
plg.gramps_target_version = '3.3'
|
plg.gramps_target_version = '3.3'
|
||||||
plg.status = STABLE
|
plg.status = STABLE
|
||||||
@ -128,7 +128,7 @@ 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")
|
plg.name = _("Family Descendant Tree")
|
||||||
plg.description = _("Produces a graphical descendant tree around a family (Book)")
|
plg.description = _("Produces a graphical descendant tree around a family (Book report)")
|
||||||
plg.version = '1.0'
|
plg.version = '1.0'
|
||||||
plg.status = STABLE
|
plg.status = STABLE
|
||||||
plg.fname = 'DescendTree.py'
|
plg.fname = 'DescendTree.py'
|
||||||
|
Loading…
Reference in New Issue
Block a user