validate: fix grammar on subtitle-file action description

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2016-09-25 18:03:45 -07:00
parent a458dfadfb
commit 6a990a2a71

View file

@ -273,8 +273,8 @@ _register_playbin_actions (void)
{NULL} {NULL}
}, },
"Action to set a subtitle file to use on a playbin pipeline.\n" "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" "The subtitles file that will be used should be specified\n"
"relatively to the playbin URI in use thanks to the subtitle-file\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" "action property. You can also specify a folder with subtitle-dir\n"
"For example if playbin.uri='file://some/uri.mov\n" "For example if playbin.uri='file://some/uri.mov\n"
"and action looks like 'set-subtitle, subtitle-file=en.srt'\n" "and action looks like 'set-subtitle, subtitle-file=en.srt'\n"