diff --git a/gramps/plugins/gramplet/gramplet.gpr.py b/gramps/plugins/gramplet/gramplet.gpr.py index 7be193bbd..af74dfbfc 100644 --- a/gramps/plugins/gramplet/gramplet.gpr.py +++ b/gramps/plugins/gramplet/gramplet.gpr.py @@ -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, diff --git a/gramps/plugins/lib/libplaceview.py b/gramps/plugins/lib/libplaceview.py index e226b502a..735498495 100644 --- a/gramps/plugins/lib/libplaceview.py +++ b/gramps/plugins/lib/libplaceview.py @@ -458,7 +458,7 @@ class PlaceBaseView(ListView): """ return (("Place Filter",), ("Place Details", - "Place Enclosed By", + "Place Locations", "Place Encloses", "Place Gallery", "Place Citations",