diff --git a/web/skins/classic/views/watch.php b/web/skins/classic/views/watch.php index 8ceb06ab2..a86b09237 100644 --- a/web/skins/classic/views/watch.php +++ b/web/skins/classic/views/watch.php @@ -171,6 +171,8 @@ xhtmlHeaders(__FILE__, $monitor->Name().' - '.translate('Feed')); + + translate('Unlimited'), '0' => translate('Stills'), @@ -182,6 +184,7 @@ $maxfps_options = array(''=>translate('Unlimited'), ); echo htmlSelect('changeRate', $maxfps_options, $options['maxfps']); ?> +