]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Lower case "Web"
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 10 Apr 2010 23:03:06 +0000 (01:03 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 10 Apr 2010 23:03:06 +0000 (01:03 +0200)
actions/snapshotadminpanel.php

index df6b168dc8e0cfb77a8330aa34ca87affcd74864..be0a793e51bb0f339b68b4ec76aa8ecd85fd4ae8 100644 (file)
@@ -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')
         );