[vlc-devel] [PATCH] rist: add missing translations

Pierre Ynard linkfanel at yahoo.fr
Sat Apr 10 12:47:49 UTC 2021


diff --git a/modules/access/rist.c b/modules/access/rist.c
index 009c177..53373c3 100644
--- a/modules/access/rist.c
+++ b/modules/access/rist.c
@@ -1142,11 +1142,11 @@ vlc_module_begin ()
     add_integer( "nack-type", NACK_FMT_RANGE,
             N_("RIST nack type, 0 = range, 1 = bitmask. Default is range"), NULL, true )
         change_integer_list( nack_type, nack_type_names )
-    add_bool( "disable-nacks", false, "Disable NACK output packets",
-        "Use this to disable packet recovery", true )
-    add_bool( "mcast-blind-nacks", false, "Do not check for a valid rtcp message from the encoder",
-        "Send nack messages even when we have not confirmed that the encoder is on our local " \
-        "network.", true )
+    add_bool( "disable-nacks", false, N_("Disable NACK output packets"),
+        N_("Use this to disable packet recovery"), true )
+    add_bool( "mcast-blind-nacks", false, N_("Do not check for a valid rtcp message from the encoder"),
+        N_("Send nack messages even when we have not confirmed that the encoder is on our local " \
+        "network."), true )
 
     set_capability( "access", 0 )
     add_shortcut( "rist", "tr06" )
-- 
Pierre Ynard
"Une âme dans un corps, c'est comme un dessin sur une feuille de papier."


More information about the vlc-devel mailing list