Lower case "Web"

This commit is contained in:
Siebrand Mazeland 2010-04-11 01:03:06 +02:00
parent 9b788471d4
commit 19b86da426

View File

@ -197,7 +197,7 @@ class SnapshotAdminPanelForm extends AdminForm
$this->out->elementStart('ul', 'form_data'); $this->out->elementStart('ul', 'form_data');
$this->li(); $this->li();
$snapshot = array( $snapshot = array(
'web' => _('Randomly during Web hit'), 'web' => _('Randomly during web hit'),
'cron' => _('In a scheduled job'), 'cron' => _('In a scheduled job'),
'never' => _('Never') 'never' => _('Never')
); );