From 1b7c95ec0128802fa77f9614386ed7f5bce0d3b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 9 Jan 2023 01:24:57 +0000 Subject: [PATCH] gst-play: fix command line option string formatting Add missing space to translated string. Part-of: --- subprojects/gst-plugins-base/tools/gst-play.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-base/tools/gst-play.c b/subprojects/gst-plugins-base/tools/gst-play.c index 11378bada5..115a7ce542 100644 --- a/subprojects/gst-plugins-base/tools/gst-play.c +++ b/subprojects/gst-plugins-base/tools/gst-play.c @@ -1652,7 +1652,7 @@ main (int argc, char **argv) {"quiet", 'q', 0, G_OPTION_ARG_NONE, &quiet, N_("Do not print any output (apart from errors)"), NULL}, {"use-playbin3", 0, 0, G_OPTION_ARG_NONE, &use_playbin3, - N_("Use playbin3 pipeline" + N_("Use playbin3 pipeline " "(default varies depending on 'USE_PLAYBIN' env variable)"), NULL}, {"wait-on-eos", 0, 0, G_OPTION_ARG_NONE, &wait_on_eos,