Changed the name of this gramplet to distinguish the differene from this viewer from its sister gramplet of ImageMetadataGramplet for the sidebar. Suggestion from Jerome Rapinet. Thank you...

svn: r16841
This commit is contained in:
Rob G. Healey
2011-03-17 14:45:49 +00:00
parent b7573a3cd2
commit ae2eb8eba5
5 changed files with 10 additions and 10 deletions

View File

@ -78,15 +78,15 @@ register(GRAMPLET,
)
register(GRAMPLET,
id="Media Metadata Gramplet",
name=_("Media Metadata Gramplet"),
id="Metadata Viewer Gramplet",
name=_("Metadata Viewer Gramplet"),
description = _("Gramplet showing metadata of a media object"),
version="1.0.0",
version="1.0.1",
gramps_target_version="3.3",
status = STABLE,
fname="MediaMetadata.py",
fname="MetadataViewer.py",
height=200,
gramplet = 'MediaMetadata',
gramplet = 'MetadataViewer',
gramplet_title=_("Metadata"),
)