pull/4718/head
Anton Vinogradov 2026-03-19 19:26:59 +03:00
parent 5561829450
commit 30d48f2ec7
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ $SLANG = array(
'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',
'BadSectionLength' => 'Section length must be an integer of 30 or more',
'BadSectionLength' => 'Section length must be an integer of 10 or more',
'BadSignalCheckColour' => 'Signal check colour must be a valid RGB colour string',
'BadStreamReplayBuffer' => 'Stream replay buffer must be an integer of zero or more',
'BadSourceType' => 'Source Type \"Web Site\" requires the Function to be set to \"Monitor\"',