Fix labelling for defaultCodec, as it is used for event viewing, not live view.

pull/4202/head
Isaac Connor 2024-10-15 13:38:44 -04:00
parent 4ea68c59d5
commit f12d7a2184
1 changed files with 2 additions and 2 deletions

View File

@ -273,10 +273,10 @@ $SLANG = array(
'Debug' => 'Debug', 'Debug' => 'Debug',
'DefaultRate' => 'Default Rate', 'DefaultRate' => 'Default Rate',
'DefaultScale' => 'Default Scale', 'DefaultScale' => 'Default Scale',
'DefaultCodec' => 'Default Method For Live View', 'DefaultCodec' => 'Default Method For Viewing Events',
'DefaultView' => 'Default View', 'DefaultView' => 'Default View',
'Deinterlacing' => 'Deinterlacing', 'Deinterlacing' => 'Deinterlacing',
'RTSPDescribe' => 'Use RTSP Response Media URL', 'RTSPDescribe' => 'Use RTSP Response Media URL',
'Delay' => 'Delay', 'Delay' => 'Delay',
'DeleteAndNext' => 'Delete & Next', 'DeleteAndNext' => 'Delete & Next',
'DeleteAndPrev' => 'Delete & Prev', 'DeleteAndPrev' => 'Delete & Prev',