]> git.sesse.net Git - vlc/commitdiff
Another TTL string unduped
authorRémi Denis-Courmont <rem@videolan.org>
Fri, 20 Oct 2006 21:29:35 +0000 (21:29 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Fri, 20 Oct 2006 21:29:35 +0000 (21:29 +0000)
modules/stream_out/rtp.c

index 7c3d8aee63aed4c0b78e5ab8ca2025c41a00d5d0..5decb87f0a0da2627ff7e6b14b1b5c226626b553 100644 (file)
 #define PORT_VIDEO_LONGTEXT N_( \
     "This allows you to specify the default video port for the RTP streaming." )
 
-#define TTL_TEXT N_("Time-To-Live (TTL)")
+#define TTL_TEXT N_("Hop limit (TTL)")
 #define TTL_LONGTEXT N_( \
-    "This allows you to specify the Time-To-Live for the output stream." )
+    "This is the hop limit (also known as \"Time-To-Live\" or TTL) of " \
+    "the multicast packets sent by the stream output (0 = use operating " \
+    "system built-in default).")
 
 #define RFC3016_TEXT N_("MP4A LATM")
 #define RFC3016_LONGTEXT N_( \