Revert gramplet id changes

This partially reverts commit 80a9597.
This commit is contained in:
Nick Hall 2015-10-11 18:01:09 +01:00
parent da417a5ee7
commit 1302743541

View File

@ -80,7 +80,7 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id = "Descendants", id = "Descendant",
name=_("Descendants"), name=_("Descendants"),
description = _("Gramplet showing active person's descendants"), description = _("Gramplet showing active person's descendants"),
status = STABLE, status = STABLE,
@ -393,7 +393,7 @@ except ImportError:
if available: if available:
register(GRAMPLET, register(GRAMPLET,
id = "Image Metadata Viewer", id = "Metadata Viewer",
name = _("Image Metadata"), name = _("Image Metadata"),
description = _("Gramplet showing metadata for a media object"), description = _("Gramplet showing metadata for a media object"),
version = "1.0.0", version = "1.0.0",