Commit 7d68f213 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Delay: specify in the option the unit

parent 81305bf5
......@@ -40,9 +40,9 @@
#define ID_LONGTEXT N_( \
"Specify an identifier integer for this elementary stream" )
#define DELAY_TEXT N_("Delay")
#define DELAY_TEXT N_("Delay (ms)")
#define DELAY_LONGTEXT N_( \
"Specify a delay for this elementary stream (positive or negative)" )
"Specify a delay (in ms) for this elementary stream (positive or negative)" )
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