]> git.sesse.net Git - vlc/commitdiff
Unduplicate TTL strings
authorRémi Denis-Courmont <rem@videolan.org>
Fri, 20 Oct 2006 19:24:38 +0000 (19:24 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Fri, 20 Oct 2006 19:24:38 +0000 (19:24 +0000)
modules/access_output/udp.c
src/libvlc.h

index 16a8957a712070efd093df108624e1248a271287..9e3cdcce3cc86f12abac0b41db71de8be5630f98 100644 (file)
@@ -77,9 +77,11 @@ static void Close( vlc_object_t * );
     "Default caching value for outbound UDP streams. This " \
     "value should be set in milliseconds." )
 
-#define TTL_TEXT N_("Time-To-Live (TTL)")
-#define TTL_LONGTEXT N_("Time-To-Live of the " \
-                        "outgoing stream.")
+#define TTL_TEXT N_("Hop limit (TTL)")
+#define TTL_LONGTEXT N_( \
+    "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 GROUP_TEXT N_("Group packets")
 #define GROUP_LONGTEXT N_("Packets can be sent one by one at the right time " \
index 5a9ae2eb8a2a29b970d650ebc46df5f9cddd507a..359d516a051e070f56902704e6f4866210dd77d4 100644 (file)
@@ -434,7 +434,7 @@ static char *ppsz_clock_descriptions[] =
 #define TTL_TEXT N_("Hop limit (TTL)")
 #define TTL_LONGTEXT N_( \
     "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 "\
+    "the multicast packets sent by the stream output (0 = use operating " \
     "system built-in default).")
 
 #define MIFACE_TEXT N_("Multicast output interface")