5827: Add missing comma in media view default gramplets list

svn: r19745
This commit is contained in:
Nick Hall 2012-06-03 15:05:48 +00:00
parent a09f7e1f7f
commit d3250c7177

View File

@ -426,7 +426,7 @@ class MediaView(ListView):
""" """
return (("Media Filter",), return (("Media Filter",),
("Media Preview", ("Media Preview",
"Media Citations" "Media Citations",
"Media Notes", "Media Notes",
"Media Attributes", "Media Attributes",
"Metadata Viewer", "Metadata Viewer",