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,
id="Person Backlinks",
name=_("Person Backlinks"),
description = _("Gramplet showing the backlinks for a person"),
name=_("Person References"),
description = _("Gramplet showing the backlink references for a person"),
version="1.0.0",
gramps_target_version=MODULE_VERSION,
status = STABLE,
@ -858,8 +858,8 @@ register(GRAMPLET,
register(GRAMPLET,
id="Event Backlinks",
name=_("Event Backlinks"),
description = _("Gramplet showing the backlinks for an event"),
name=_("Event References"),
description = _("Gramplet showing the backlink references for an event"),
version="1.0.0",
gramps_target_version=MODULE_VERSION,
status = STABLE,
@ -872,8 +872,8 @@ register(GRAMPLET,
register(GRAMPLET,
id="Family Backlinks",
name=_("Family Backlinks"),
description = _("Gramplet showing the backlinks for a family"),
name=_("Family References"),
description = _("Gramplet showing the backlink references for a family"),
version="1.0.0",
gramps_target_version=MODULE_VERSION,
status = STABLE,
@ -886,8 +886,8 @@ register(GRAMPLET,
register(GRAMPLET,
id="Place Backlinks",
name=_("Place Backlinks"),
description = _("Gramplet showing the backlinks for a place"),
name=_("Place References"),
description = _("Gramplet showing the backlink references for a place"),
version="1.0.0",
gramps_target_version=MODULE_VERSION,
status = STABLE,
@ -900,8 +900,8 @@ register(GRAMPLET,
register(GRAMPLET,
id="Source Backlinks",
name=_("Source Backlinks"),
description = _("Gramplet showing the backlinks for a source"),
name=_("Source References"),
description = _("Gramplet showing the backlink references for a source"),
version="1.0.0",
gramps_target_version=MODULE_VERSION,
status = STABLE,
@ -914,8 +914,8 @@ register(GRAMPLET,
register(GRAMPLET,
id="Citation Backlinks",
name=_("Citation Backlinks"),
description = _("Gramplet showing the backlinks for a citation"),
name=_("Citation References"),
description = _("Gramplet showing the backlink references for a citation"),
version="1.0.0",
gramps_target_version=MODULE_VERSION,
status = STABLE,
@ -928,8 +928,8 @@ register(GRAMPLET,
register(GRAMPLET,
id="Repository Backlinks",
name=_("Repository Backlinks"),
description = _("Gramplet showing the backlinks for a repository"),
name=_("Repository References"),
description = _("Gramplet showing the backlink references for a repository"),
version="1.0.0",
gramps_target_version=MODULE_VERSION,
status = STABLE,
@ -942,8 +942,8 @@ register(GRAMPLET,
register(GRAMPLET,
id="Media Backlinks",
name=_("Media Backlinks"),
description = _("Gramplet showing the backlinks for a media object"),
name=_("Media References"),
description = _("Gramplet showing the backlink references for a media object"),
version="1.0.0",
gramps_target_version=MODULE_VERSION,
status = STABLE,
@ -956,8 +956,8 @@ register(GRAMPLET,
register(GRAMPLET,
id="Note Backlinks",
name=_("Note Backlinks"),
description = _("Gramplet showing the backlinks for a note"),
name=_("Note References"),
description = _("Gramplet showing the backlink references for a note"),
version="1.0.0",
gramps_target_version=MODULE_VERSION,
status = STABLE,