From 4bf3d4450a471ee7a545ef61de9148a3be86fede Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 22 Jun 2009 18:17:28 +0300 Subject: [PATCH] taglist: fix typo in tag description --- gst/gsttaglist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gsttaglist.c b/gst/gsttaglist.c index 81c0fac..af00ea4 100644 --- a/gst/gsttaglist.c +++ b/gst/gsttaglist.c @@ -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"), -- 2.7.4