8888 'References Gramplet' rename links from 'backlink>references' for consistency on wiki
This commit is contained in:
parent
afbfaa815d
commit
3755337db9
@ -842,10 +842,10 @@ register(GRAMPLET,
|
||||
navtypes=["Family"],
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Person Backlinks",
|
||||
name=_("Person Backlinks"),
|
||||
description = _("Gramplet showing the backlinks for a person"),
|
||||
register(GRAMPLET,
|
||||
id="Person Backlinks",
|
||||
name=_("Person References"),
|
||||
description = _("Gramplet showing the backlink references for a person"),
|
||||
version="1.0.0",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
@ -856,10 +856,10 @@ register(GRAMPLET,
|
||||
navtypes=["Person"],
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Event Backlinks",
|
||||
name=_("Event Backlinks"),
|
||||
description = _("Gramplet showing the backlinks for an event"),
|
||||
register(GRAMPLET,
|
||||
id="Event Backlinks",
|
||||
name=_("Event References"),
|
||||
description = _("Gramplet showing the backlink references for an event"),
|
||||
version="1.0.0",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
@ -870,10 +870,10 @@ register(GRAMPLET,
|
||||
navtypes=["Event"],
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Family Backlinks",
|
||||
name=_("Family Backlinks"),
|
||||
description = _("Gramplet showing the backlinks for a family"),
|
||||
register(GRAMPLET,
|
||||
id="Family Backlinks",
|
||||
name=_("Family References"),
|
||||
description = _("Gramplet showing the backlink references for a family"),
|
||||
version="1.0.0",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
@ -884,10 +884,10 @@ register(GRAMPLET,
|
||||
navtypes=["Family"],
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Place Backlinks",
|
||||
name=_("Place Backlinks"),
|
||||
description = _("Gramplet showing the backlinks for a place"),
|
||||
register(GRAMPLET,
|
||||
id="Place Backlinks",
|
||||
name=_("Place References"),
|
||||
description = _("Gramplet showing the backlink references for a place"),
|
||||
version="1.0.0",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
@ -898,10 +898,10 @@ register(GRAMPLET,
|
||||
navtypes=["Place"],
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Source Backlinks",
|
||||
name=_("Source Backlinks"),
|
||||
description = _("Gramplet showing the backlinks for a source"),
|
||||
register(GRAMPLET,
|
||||
id="Source Backlinks",
|
||||
name=_("Source References"),
|
||||
description = _("Gramplet showing the backlink references for a source"),
|
||||
version="1.0.0",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
@ -912,10 +912,10 @@ register(GRAMPLET,
|
||||
navtypes=["Source"],
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Citation Backlinks",
|
||||
name=_("Citation Backlinks"),
|
||||
description = _("Gramplet showing the backlinks for a citation"),
|
||||
register(GRAMPLET,
|
||||
id="Citation Backlinks",
|
||||
name=_("Citation References"),
|
||||
description = _("Gramplet showing the backlink references for a citation"),
|
||||
version="1.0.0",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
@ -926,10 +926,10 @@ register(GRAMPLET,
|
||||
navtypes=["Citation"],
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Repository Backlinks",
|
||||
name=_("Repository Backlinks"),
|
||||
description = _("Gramplet showing the backlinks for a repository"),
|
||||
register(GRAMPLET,
|
||||
id="Repository Backlinks",
|
||||
name=_("Repository References"),
|
||||
description = _("Gramplet showing the backlink references for a repository"),
|
||||
version="1.0.0",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
@ -940,10 +940,10 @@ register(GRAMPLET,
|
||||
navtypes=["Repository"],
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Media Backlinks",
|
||||
name=_("Media Backlinks"),
|
||||
description = _("Gramplet showing the backlinks for a media object"),
|
||||
register(GRAMPLET,
|
||||
id="Media Backlinks",
|
||||
name=_("Media References"),
|
||||
description = _("Gramplet showing the backlink references for a media object"),
|
||||
version="1.0.0",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
@ -954,10 +954,10 @@ register(GRAMPLET,
|
||||
navtypes=["Media"],
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Note Backlinks",
|
||||
name=_("Note Backlinks"),
|
||||
description = _("Gramplet showing the backlinks for a note"),
|
||||
register(GRAMPLET,
|
||||
id="Note Backlinks",
|
||||
name=_("Note References"),
|
||||
description = _("Gramplet showing the backlink references for a note"),
|
||||
version="1.0.0",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
status = STABLE,
|
||||
|
Loading…
Reference in New Issue
Block a user