taglist: fix typo in translated string

Spotted by Chris Leonard.

https://bugzilla.gnome.org/show_bug.cgi?id=684755
This commit is contained in:
Tim-Philipp Müller 2012-09-25 13:14:53 +01:00
parent 4638a49db8
commit e7a77927ff

View file

@ -316,7 +316,7 @@ _priv_gst_tag_initialize (void)
"or produced"), NULL);
gst_tag_register_static (GST_TAG_GEO_LOCATION_SUBLOCATION, GST_TAG_FLAG_META,
G_TYPE_STRING, _("geo location sublocation"),
_("a location whithin a city where the media has been produced "
_("a location within a city where the media has been produced "
"or created (e.g. the neighborhood)"), NULL);
gst_tag_register_static (GST_TAG_GEO_LOCATION_HORIZONTAL_ERROR,
GST_TAG_FLAG_META, G_TYPE_DOUBLE, _("geo location horizontal error"),