Commit 07d2edfc authored by Clément Stenac's avatar Clément Stenac

Be a bit more verbose (Refs:#438)

parent be39c3f1
...@@ -35,12 +35,13 @@ ...@@ -35,12 +35,13 @@
*****************************************************************************/ *****************************************************************************/
#define ID_TEXT N_("ID") #define ID_TEXT N_("ID")
#define ID_LONGTEXT N_( \ #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_TEXT N_("Delay")
#define DELAY_LONGTEXT N_("Pictures coming from the picture video outputs " \ #define DELAY_LONGTEXT N_("Pictures coming from the picture video outputs " \
"will be delayed accordingly (in milliseconds, >= 100 ms). For high " \ "will be delayed accord to thi value (in milliseconds, should be "\
"values, you will need to raise file-caching and others.") ">= 100 ms). For high values, you will need to raise caching values." )
#define ID_OFFSET_TEXT N_("ID Offset") #define ID_OFFSET_TEXT N_("ID Offset")
#define ID_OFFSET_LONGTEXT N_("Offset to add to the stream IDs specified in " \ #define ID_OFFSET_LONGTEXT N_("Offset to add to the stream IDs specified in " \
......
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