]> git.sesse.net Git - vlc/commitdiff
Be a bit more verbose (Refs:#438)
authorClément Stenac <zorglub@videolan.org>
Fri, 31 Mar 2006 15:30:32 +0000 (15:30 +0000)
committerClément Stenac <zorglub@videolan.org>
Fri, 31 Mar 2006 15:30:32 +0000 (15:30 +0000)
modules/stream_out/bridge.c

index 82ab34317c7070a243fd8bf649d6db596301de5c..810e7398ae7ed2ac586d9a0f84e5e68d6ea7c689 100644 (file)
  *****************************************************************************/
 #define ID_TEXT N_("ID")
 #define ID_LONGTEXT N_( \
-    "Specify an identifier for this elementary stream." )
+    "Integer identifier for this elementary stream. This will be used to " \
+    "\"find\" this stream later." )
 
 #define DELAY_TEXT N_("Delay")
 #define DELAY_LONGTEXT N_("Pictures coming from the picture video outputs " \
-        "will be delayed accordingly (in milliseconds, >= 100 ms). For high " \
-        "values, you will need to raise file-caching and others.")
+        "will be delayed accord to thi value (in milliseconds, should be "\
+        ">= 100 ms). For high values, you will need to raise caching values." )
 
 #define ID_OFFSET_TEXT N_("ID Offset")
 #define ID_OFFSET_LONGTEXT N_("Offset to add to the stream IDs specified in " \