From d335a6dd80ec4612723acec15ef2ad536deea1c7 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Thu, 11 Feb 2016 19:49:16 +0000 Subject: [PATCH] Rename EnclosedBy gramplet back to Locations --- gramps/plugins/gramplet/gramplet.gpr.py | 4 ++-- gramps/plugins/lib/libplaceview.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",