]> git.sesse.net Git - vlc/blobdiff - modules/access_output/udp.c
* unify the Time-To-Live string and fix its Spanish translation (thanks to the forum...
[vlc] / modules / access_output / udp.c
index 6dbb8645135ec599c96dbec7fe2b5b9c68870935..77dfea29197a376859968ed7924dd2becd611fef 100644 (file)
@@ -77,7 +77,7 @@ 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_TEXT N_("Time-To-Live")
 #define TTL_LONGTEXT N_("Allows you to define the time to live of the " \
                         "outgoing stream.")