specify the invalid characters
This commit is contained in:
parent
8f27db5d6f
commit
6d07c7ce9f
|
@ -178,7 +178,7 @@ $SLANG = array(
|
|||
'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 encoded.',
|
||||
'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',
|
||||
'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',
|
||||
|
|
Loading…
Reference in New Issue