Commit 816e9b21 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Another TTL string unduped

parent 75413cdd
......@@ -89,9 +89,11 @@
#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_( \
......
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