mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
gst-play: update translated string
Make it more consistent with the other option descriptions. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4030>
This commit is contained in:
parent
fd77f088a1
commit
898f0c5ba9
1 changed files with 1 additions and 1 deletions
|
@ -1657,7 +1657,7 @@ real_main (int argc, char **argv)
|
|||
{"start-position", 's', 0, G_OPTION_ARG_DOUBLE, &start_position,
|
||||
N_("Start position in seconds."), NULL},
|
||||
{"accurate-seeks", 'a', 0, G_OPTION_ARG_NONE, &accurate_seeks,
|
||||
N_("Accurate seeking"), NULL},
|
||||
N_("Enable accurate seeking"), NULL},
|
||||
{"playlist", 0, 0, G_OPTION_ARG_FILENAME, &playlist_file,
|
||||
N_("Playlist file containing input media files"), NULL},
|
||||
{"instant-rate-changes", 'i', 0, G_OPTION_ARG_NONE, &instant_rate_changes,
|
||||
|
|
Loading…
Reference in a new issue