specify the invalid characters

This commit is contained in:
Isaac Connor 2021-05-04 15:56:47 -04:00
parent 8f27db5d6f
commit 6d07c7ce9f
1 changed files with 1 additions and 1 deletions

View File

@ -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',