From 1302743541748be2a157d1e34a087e25da12e0d9 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Sun, 11 Oct 2015 18:01:09 +0100 Subject: [PATCH] Revert gramplet id changes This partially reverts commit 80a9597. --- gramps/plugins/gramplet/gramplet.gpr.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gramps/plugins/gramplet/gramplet.gpr.py b/gramps/plugins/gramplet/gramplet.gpr.py index 6dc55767f..9e162c269 100644 --- a/gramps/plugins/gramplet/gramplet.gpr.py +++ b/gramps/plugins/gramplet/gramplet.gpr.py @@ -80,7 +80,7 @@ register(GRAMPLET, ) register(GRAMPLET, - id = "Descendants", + id = "Descendant", name=_("Descendants"), description = _("Gramplet showing active person's descendants"), status = STABLE, @@ -393,7 +393,7 @@ except ImportError: if available: register(GRAMPLET, - id = "Image Metadata Viewer", + id = "Metadata Viewer", name = _("Image Metadata"), description = _("Gramplet showing metadata for a media object"), version = "1.0.0",