mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
taglist: fix typo in translated string
Spotted by Chris Leonard. https://bugzilla.gnome.org/show_bug.cgi?id=684755
This commit is contained in:
parent
4638a49db8
commit
e7a77927ff
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue