gst-play: update translated string
authorTim-Philipp Müller <tim@centricular.com>
Tue, 21 Feb 2023 18:42:57 +0000 (18:42 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 21 Feb 2023 23:07:00 +0000 (23:07 +0000)
Make it more consistent with the other option descriptions.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4033>

subprojects/gst-plugins-base/tools/gst-play.c

index b7806f7..7508414 100644 (file)
@@ -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,