[vlc-commits] Delay: specify in the option the unit
Jean-Baptiste Kempf
git at videolan.org
Wed Jan 19 23:27:04 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jan 19 23:26:46 2011 +0100| [7d68f2135afe1599880f94a7fb72e52a4668d0a4] | committer: Jean-Baptiste Kempf
Delay: specify in the option the unit
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7d68f2135afe1599880f94a7fb72e52a4668d0a4
---
modules/stream_out/delay.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/stream_out/delay.c b/modules/stream_out/delay.c
index 44c1c08..235a302 100644
--- a/modules/stream_out/delay.c
+++ b/modules/stream_out/delay.c
@@ -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 * );
More information about the vlc-commits
mailing list