diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-04-11 01:03:06 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-04-11 01:03:06 +0200 |
commit | 19b86da4264a49bccee392f3cc108eb118a424dc (patch) | |
tree | 06fab6a816455393c15d6303fbd64fc75ab65a00 /actions | |
parent | 9b788471d4d5141bf4991367f1f46f2a4e35da36 (diff) |
Lower case "Web"
Diffstat (limited to 'actions')
-rw-r--r-- | actions/snapshotadminpanel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/snapshotadminpanel.php b/actions/snapshotadminpanel.php index df6b168dc..be0a793e5 100644 --- a/actions/snapshotadminpanel.php +++ b/actions/snapshotadminpanel.php @@ -197,7 +197,7 @@ class SnapshotAdminPanelForm extends AdminForm $this->out->elementStart('ul', 'form_data'); $this->li(); $snapshot = array( - 'web' => _('Randomly during Web hit'), + 'web' => _('Randomly during web hit'), 'cron' => _('In a scheduled job'), 'never' => _('Never') ); |