Rename EnclosedBy gramplet back to Locations
This commit is contained in:
parent
382635796b
commit
d335a6dd80
@ -1262,8 +1262,8 @@ register(GRAMPLET,
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Place Enclosed By",
|
||||
name=_("Place Enclosed By"),
|
||||
id="Place Locations",
|
||||
name=_("Place Locations"),
|
||||
description = _("Gramplet showing the places enclosed by the active place"),
|
||||
version="1.0.0",
|
||||
gramps_target_version=MODULE_VERSION,
|
||||
|
@ -458,7 +458,7 @@ class PlaceBaseView(ListView):
|
||||
"""
|
||||
return (("Place Filter",),
|
||||
("Place Details",
|
||||
"Place Enclosed By",
|
||||
"Place Locations",
|
||||
"Place Encloses",
|
||||
"Place Gallery",
|
||||
"Place Citations",
|
||||
|
Loading…
Reference in New Issue
Block a user