fix quoting on config

This commit is contained in:
Isaac Connor 2017-06-02 20:18:05 -04:00
parent 5fb32d7168
commit d910bcf121
1 changed files with 2 additions and 2 deletions

View File

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