Rename EnclosedBy gramplet back to Locations

This commit is contained in:
Nick Hall 2016-02-11 19:49:16 +00:00
parent 382635796b
commit d335a6dd80
2 changed files with 3 additions and 3 deletions

View File

@ -1262,8 +1262,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Place Enclosed By", id="Place Locations",
name=_("Place Enclosed By"), name=_("Place Locations"),
description = _("Gramplet showing the places enclosed by the active place"), description = _("Gramplet showing the places enclosed by the active place"),
version="1.0.0", version="1.0.0",
gramps_target_version=MODULE_VERSION, gramps_target_version=MODULE_VERSION,

View File

@ -458,7 +458,7 @@ class PlaceBaseView(ListView):
""" """
return (("Place Filter",), return (("Place Filter",),
("Place Details", ("Place Details",
"Place Enclosed By", "Place Locations",
"Place Encloses", "Place Encloses",
"Place Gallery", "Place Gallery",
"Place Citations", "Place Citations",