summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-04-11 01:03:06 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-04-11 01:03:06 +0200
commit19b86da4264a49bccee392f3cc108eb118a424dc (patch)
tree06fab6a816455393c15d6303fbd64fc75ab65a00 /actions
parent9b788471d4d5141bf4991367f1f46f2a4e35da36 (diff)
Lower case "Web"
Diffstat (limited to 'actions')
-rw-r--r--actions/snapshotadminpanel.php2
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')
);