taglist: fix typo in tag description
authorStefan Kost <ensonic@users.sf.net>
Mon, 22 Jun 2009 15:17:28 +0000 (18:17 +0300)
committerStefan Kost <ensonic@users.sf.net>
Mon, 22 Jun 2009 15:17:28 +0000 (18:17 +0300)
gst/gsttaglist.c

index 81c0fac..af00ea4 100644 (file)
@@ -259,7 +259,7 @@ _gst_tag_initialize (void)
   gst_tag_register (GST_TAG_GEO_LOCATION_NAME, GST_TAG_FLAG_META, G_TYPE_STRING,
       _("geo location name"),
       _
-      ("human readable descriptive location or where the media has been recorded or produced"),
+      ("human readable descriptive location of where the media has been recorded or produced"),
       NULL);
   gst_tag_register (GST_TAG_GEO_LOCATION_LATITUDE, GST_TAG_FLAG_META,
       G_TYPE_DOUBLE, _("geo location latitude"),