8888 'References Gramplet' rename links from 'backlink>references' for consistency on wiki

This commit is contained in:
Sam Manzi 2015-09-21 13:29:21 +10:00
parent afbfaa815d
commit 3755337db9

View File

@ -842,10 +842,10 @@ register(GRAMPLET,
navtypes=["Family"], navtypes=["Family"],
) )
register(GRAMPLET, register(GRAMPLET,
id="Person Backlinks", id="Person Backlinks",
name=_("Person Backlinks"), name=_("Person References"),
description = _("Gramplet showing the backlinks for a person"), description = _("Gramplet showing the backlink references for a person"),
version="1.0.0", version="1.0.0",
gramps_target_version=MODULE_VERSION, gramps_target_version=MODULE_VERSION,
status = STABLE, status = STABLE,
@ -856,10 +856,10 @@ register(GRAMPLET,
navtypes=["Person"], navtypes=["Person"],
) )
register(GRAMPLET, register(GRAMPLET,
id="Event Backlinks", id="Event Backlinks",
name=_("Event Backlinks"), name=_("Event References"),
description = _("Gramplet showing the backlinks for an event"), description = _("Gramplet showing the backlink references for an event"),
version="1.0.0", version="1.0.0",
gramps_target_version=MODULE_VERSION, gramps_target_version=MODULE_VERSION,
status = STABLE, status = STABLE,
@ -870,10 +870,10 @@ register(GRAMPLET,
navtypes=["Event"], navtypes=["Event"],
) )
register(GRAMPLET, register(GRAMPLET,
id="Family Backlinks", id="Family Backlinks",
name=_("Family Backlinks"), name=_("Family References"),
description = _("Gramplet showing the backlinks for a family"), description = _("Gramplet showing the backlink references for a family"),
version="1.0.0", version="1.0.0",
gramps_target_version=MODULE_VERSION, gramps_target_version=MODULE_VERSION,
status = STABLE, status = STABLE,
@ -884,10 +884,10 @@ register(GRAMPLET,
navtypes=["Family"], navtypes=["Family"],
) )
register(GRAMPLET, register(GRAMPLET,
id="Place Backlinks", id="Place Backlinks",
name=_("Place Backlinks"), name=_("Place References"),
description = _("Gramplet showing the backlinks for a place"), description = _("Gramplet showing the backlink references for a place"),
version="1.0.0", version="1.0.0",
gramps_target_version=MODULE_VERSION, gramps_target_version=MODULE_VERSION,
status = STABLE, status = STABLE,
@ -898,10 +898,10 @@ register(GRAMPLET,
navtypes=["Place"], navtypes=["Place"],
) )
register(GRAMPLET, register(GRAMPLET,
id="Source Backlinks", id="Source Backlinks",
name=_("Source Backlinks"), name=_("Source References"),
description = _("Gramplet showing the backlinks for a source"), description = _("Gramplet showing the backlink references for a source"),
version="1.0.0", version="1.0.0",
gramps_target_version=MODULE_VERSION, gramps_target_version=MODULE_VERSION,
status = STABLE, status = STABLE,
@ -912,10 +912,10 @@ register(GRAMPLET,
navtypes=["Source"], navtypes=["Source"],
) )
register(GRAMPLET, register(GRAMPLET,
id="Citation Backlinks", id="Citation Backlinks",
name=_("Citation Backlinks"), name=_("Citation References"),
description = _("Gramplet showing the backlinks for a citation"), description = _("Gramplet showing the backlink references for a citation"),
version="1.0.0", version="1.0.0",
gramps_target_version=MODULE_VERSION, gramps_target_version=MODULE_VERSION,
status = STABLE, status = STABLE,
@ -926,10 +926,10 @@ register(GRAMPLET,
navtypes=["Citation"], navtypes=["Citation"],
) )
register(GRAMPLET, register(GRAMPLET,
id="Repository Backlinks", id="Repository Backlinks",
name=_("Repository Backlinks"), name=_("Repository References"),
description = _("Gramplet showing the backlinks for a repository"), description = _("Gramplet showing the backlink references for a repository"),
version="1.0.0", version="1.0.0",
gramps_target_version=MODULE_VERSION, gramps_target_version=MODULE_VERSION,
status = STABLE, status = STABLE,
@ -940,10 +940,10 @@ register(GRAMPLET,
navtypes=["Repository"], navtypes=["Repository"],
) )
register(GRAMPLET, register(GRAMPLET,
id="Media Backlinks", id="Media Backlinks",
name=_("Media Backlinks"), name=_("Media References"),
description = _("Gramplet showing the backlinks for a media object"), description = _("Gramplet showing the backlink references for a media object"),
version="1.0.0", version="1.0.0",
gramps_target_version=MODULE_VERSION, gramps_target_version=MODULE_VERSION,
status = STABLE, status = STABLE,
@ -954,10 +954,10 @@ register(GRAMPLET,
navtypes=["Media"], navtypes=["Media"],
) )
register(GRAMPLET, register(GRAMPLET,
id="Note Backlinks", id="Note Backlinks",
name=_("Note Backlinks"), name=_("Note References"),
description = _("Gramplet showing the backlinks for a note"), description = _("Gramplet showing the backlink references for a note"),
version="1.0.0", version="1.0.0",
gramps_target_version=MODULE_VERSION, gramps_target_version=MODULE_VERSION,
status = STABLE, status = STABLE,