Commit 938b3718 authored by Felix Paul Kühne's avatar Felix Paul Kühne

o.O (refs [13767])

parent a1a819ef
......@@ -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")
......
......@@ -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 * );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment