From 6a990a2a71987395bf3f258e635ca6a80f1e2296 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Sun, 25 Sep 2016 18:03:45 -0700 Subject: [PATCH] validate: fix grammar on subtitle-file action description --- validate/tools/gst-validate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/validate/tools/gst-validate.c b/validate/tools/gst-validate.c index da5b098ea1..27b1cfc103 100644 --- a/validate/tools/gst-validate.c +++ b/validate/tools/gst-validate.c @@ -273,8 +273,8 @@ _register_playbin_actions (void) {NULL} }, "Action to set a subtitle file to use on a playbin pipeline.\n" - "The subtitles file that will be used should will be specified\n" - "relatively to the playbin URI in use thanks to the subtitle-file\n" + "The subtitles file that will be used should be specified\n" + "relative to the playbin URI in use thanks to the subtitle-file\n" "action property. You can also specify a folder with subtitle-dir\n" "For example if playbin.uri='file://some/uri.mov\n" "and action looks like 'set-subtitle, subtitle-file=en.srt'\n"