Reference the tab that the bad Path or Port is on
parent
8e035f61ac
commit
9bb9f733a4
|
@ -139,10 +139,10 @@ $SLANG = array(
|
|||
'BadNameChars' => 'Names may only contain alphanumeric characters plus spaces, hyphen and underscore',
|
||||
'BadPalette' => 'Palette must be set to a valid value',
|
||||
'BadColours' => 'Target colour must be set to a valid value',
|
||||
'BadPassthrough' => 'Passthrough only works with ffmpeg type monitors.',
|
||||
'BadPath' => 'Path must be set to a valid value',
|
||||
'BadPathNotEncoded' => 'Path must be set to a valid value. We have detected invalid characters !*\'()$ ,#[] that may need to be url percent encoded.',
|
||||
'BadPort' => 'Port must be set to a valid number',
|
||||
'BadPassthrough' => 'Recording -> Passthrough only works with ffmpeg type monitors.',
|
||||
'BadPath' => 'Source -> Path must be set to a valid value',
|
||||
'BadPathNotEncoded' => 'Source -> Path must be set to a valid value. We have detected invalid characters !*\'()$ ,#[] that may need to be url percent encoded.',
|
||||
'BadPort' => 'Source -> Port must be set to a valid number',
|
||||
'BadPostEventCount' => 'Post event image count must be an integer of zero or more',
|
||||
'BadPreEventCount' => 'Pre event image count must be at least zero, and less than image buffer size',
|
||||
'BadRefBlendPerc' => 'Reference blend percentage must be a positive integer',
|
||||
|
|
Loading…
Reference in New Issue