mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 23:58:17 +00:00
soup: fix typo in translated string
https://bugzilla.gnome.org/show_bug.cgi?id=753240
This commit is contained in:
parent
9ae316974d
commit
e1143041ed
1 changed files with 1 additions and 1 deletions
|
@ -1540,7 +1540,7 @@ gst_soup_http_src_parse_status (SoupMessage * msg, GstSoupHTTPSrc * src)
|
|||
src->ret = GST_FLOW_CUSTOM_ERROR;
|
||||
} else {
|
||||
SOUP_HTTP_SRC_ERROR (src, msg, RESOURCE, READ,
|
||||
_("A network error occured, or the server closed the connection "
|
||||
_("A network error occurred, or the server closed the connection "
|
||||
"unexpectedly."));
|
||||
src->ret = GST_FLOW_ERROR;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue