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 097bb20005
commit cfa76465b5

View File

@ -844,8 +844,8 @@ register(GRAMPLET,
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,
@ -858,8 +858,8 @@ register(GRAMPLET,
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,
@ -872,8 +872,8 @@ register(GRAMPLET,
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,
@ -886,8 +886,8 @@ register(GRAMPLET,
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,
@ -900,8 +900,8 @@ register(GRAMPLET,
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,
@ -914,8 +914,8 @@ register(GRAMPLET,
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,
@ -928,8 +928,8 @@ register(GRAMPLET,
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,
@ -942,8 +942,8 @@ register(GRAMPLET,
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,
@ -956,8 +956,8 @@ register(GRAMPLET,
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,