From d910bcf1219eb89ce00c2840555ef45314b43279 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 2 Jun 2017 20:18:05 -0400 Subject: [PATCH] fix quoting on config --- scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in b/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in index 294564dae..5ac143d10 100644 --- a/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in +++ b/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in @@ -3366,7 +3366,7 @@ our @options = ( { name => 'ZM_WEB_M_DEFAULT_SCALE', default => '100', - description => q`'What the default scaling factor applied to 'live' or 'event' views is (%)`, + description => q`What the default scaling factor applied to 'live' or 'event' views is (%)`, help => q` Normally ZoneMinder will display 'live' or 'event' streams in their native size. However if you have monitors with large @@ -3387,7 +3387,7 @@ our @options = ( { name => 'ZM_WEB_M_DEFAULT_RATE', default => '100', - description => 'What the default replay rate factor applied to \'event\' views is (%)', + description => q`What the default replay rate factor applied to 'event' views is (%)`, help => q` Normally ZoneMinder will display 'event' streams at their native rate, i.e. as close to real-time as possible. However if