]> git.sesse.net Git - vlc/commitdiff
o.O (refs [13767])
authorFelix Paul Kühne <fkuehne@videolan.org>
Thu, 15 Dec 2005 17:49:05 +0000 (17:49 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Thu, 15 Dec 2005 17:49:05 +0000 (17:49 +0000)
modules/access_output/udp.c
modules/stream_out/rtp.c

index 77dfea29197a376859968ed7924dd2becd611fef..8678f9361ac0fee6008e31ccc8ce9e76119424cc 100644 (file)
@@ -77,8 +77,8 @@ static void Close( vlc_object_t * );
     "Allows you to modify the default caching value for UDP streams. This " \
     "value should be set in millisecond units." )
 
-#define TTL_TEXT N_("Time-To-Live")
-#define TTL_LONGTEXT N_("Allows you to define the time to live of the " \
+#define TTL_TEXT N_("Time-To-Live (TTL)")
+#define TTL_LONGTEXT N_("Allows you to define the Time-To-Live of the " \
                         "outgoing stream.")
 
 #define GROUP_TEXT N_("Group packets")
index 1820846d16579b602e373d3b0da241f0c1057700..e7873bae83034de500d69100cc31abc93096916d 100644 (file)
@@ -77,9 +77,9 @@
 #define PORT_VIDEO_LONGTEXT N_( \
     "Allows you to specify the default video port used for the RTP streaming." )
 
-#define TTL_TEXT N_("Time-To-Live")
+#define TTL_TEXT N_("Time-To-Live (TTL)")
 #define TTL_LONGTEXT N_( \
-    "Allows you to specify the time to live for the output stream." )
+    "Allows you to specify the Time-To-Live for the output stream." )
 
 static int  Open ( vlc_object_t * );
 static void Close( vlc_object_t * );