From 0213c67236e7ed8a57ec29dcc5d76a5d2ded5722 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 27 Apr 2021 12:27:01 -0400 Subject: [PATCH] add MinSectionLength --- web/lang/en_gb.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/lang/en_gb.php b/web/lang/en_gb.php index 097ff8161..506cee6fb 100644 --- a/web/lang/en_gb.php +++ b/web/lang/en_gb.php @@ -530,6 +530,7 @@ $SLANG = array( 'MinPanStep' => 'Min Pan Step', 'MinPixelThresLtMax' => 'Minimum pixel threshold should be less than maximum', 'MinPixelThresUnset' => 'You must specify a minimum pixel threshold', + 'MinSectionlength' => 'Minimum section length', 'MinTiltRange' => 'Min Tilt Range', 'MinTiltSpeed' => 'Min Tilt Speed', 'MinTiltStep' => 'Min Tilt Step',