From 898f0c5ba91284723724059e19c9d0bba7798405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 21 Feb 2023 18:42:57 +0000 Subject: [PATCH] gst-play: update translated string Make it more consistent with the other option descriptions. 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 c6ec757bce..ee8847d2f1 100644 --- a/subprojects/gst-plugins-base/tools/gst-play.c +++ b/subprojects/gst-plugins-base/tools/gst-play.c @@ -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,