Fixed mislabelling of bandwidth specific default scales and rates.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1032 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2004-04-27 11:23:01 +00:00
parent 1db931c19b
commit 0ec98e6a6f
1 changed files with 6 additions and 6 deletions

View File

@ -970,7 +970,7 @@ my @options =
category => 'highband',
},
{
name => "ZM_H_WEB_DEFAULT_SCALE",
name => "ZM_WEB_H_DEFAULT_SCALE",
default => "100",
description => "What the default scaling factor applied to 'live' or 'event' views is (%)",
help => "Normally ZoneMinder will display 'live' or 'event' streams in their native size. However if you have monitors with large dimensions or a slow link you may prefer to reduce this size, alternatively for small monitors you can enlarge it. This options lets you specify what the default scaling factor will be. It is expressed as a percentage so 100 is normal size, 200 is double size etc.",
@ -978,7 +978,7 @@ my @options =
category => 'highband',
},
{
name => "ZM_H_WEB_DEFAULT_RATE",
name => "ZM_WEB_H_DEFAULT_RATE",
default => "100",
description => "What the default replay rate factor applied to 'event' views is (%)",
help => "Normally ZoneMinder will display 'event' streams at their native rate, i.e. as close to real-time as possible. However if you have long events it is often convenient to replay them at a faster rate for review. This option lets you specify what the default replay rate will be. It is expressed as a percentage so 100 is normal rate, 200 is double speed etc.",
@ -1052,7 +1052,7 @@ my @options =
category => 'medband',
},
{
name => "ZM_M_WEB_DEFAULT_SCALE",
name => "ZM_WEB_M_DEFAULT_SCALE",
default => "100",
description => "What the default scaling factor applied to 'live' or 'event' views is (%)",
help => "Normally ZoneMinder will display 'live' or 'event' streams in their native size. However if you have monitors with large dimensions or a slow link you may prefer to reduce this size, alternatively for small monitors you can enlarge it. This options lets you specify what the default scaling factor will be. It is expressed as a percentage so 100 is normal size, 200 is double size etc.",
@ -1060,7 +1060,7 @@ my @options =
category => 'medband',
},
{
name => "ZM_M_WEB_DEFAULT_RATE",
name => "ZM_WEB_M_DEFAULT_RATE",
default => "100",
description => "What the default replay rate factor applied to 'event' views is (%)",
help => "Normally ZoneMinder will display 'event' streams at their native rate, i.e. as close to real-time as possible. However if you have long events it is often convenient to replay them at a faster rate for review. This option lets you specify what the default replay rate will be. It is expressed as a percentage so 100 is normal rate, 200 is double speed etc.",
@ -1134,7 +1134,7 @@ my @options =
category => 'lowband',
},
{
name => "ZM_L_WEB_DEFAULT_SCALE",
name => "ZM_WEB_L_DEFAULT_SCALE",
default => "100",
description => "What the default scaling factor applied to 'live' or 'event' views is (%)",
help => "Normally ZoneMinder will display 'live' or 'event' streams in their native size. However if you have monitors with large dimensions or a slow link you may prefer to reduce this size, alternatively for small monitors you can enlarge it. This options lets you specify what the default scaling factor will be. It is expressed as a percentage so 100 is normal size, 200 is double size etc.",
@ -1142,7 +1142,7 @@ my @options =
category => 'lowband',
},
{
name => "ZM_L_WEB_DEFAULT_RATE",
name => "ZM_WEB_L_DEFAULT_RATE",
default => "100",
description => "What the default replay rate factor applied to 'event' views is (%)",
help => "Normally ZoneMinder will display 'event' streams at their native rate, i.e. as close to real-time as possible. However if you have long events it is often convenient to replay them at a faster rate for review. This option lets you specify what the default replay rate will be. It is expressed as a percentage so 100 is normal rate, 200 is double speed etc.",