Rename EnclosedBy gramplet back to Locations
This commit is contained in:
parent
382635796b
commit
d335a6dd80
@ -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,
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user