X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fsnapshotadminpanel.php;h=be0a793e51bb0f339b68b4ec76aa8ecd85fd4ae8;hb=b5cfcba4712809cb17eabba299ce5ff04f4d7d70;hp=df6b168dc8e0cfb77a8330aa34ca87affcd74864;hpb=ef51cc9ad4a37d6dcd2129828284def1c90d7402;p=quix0rs-gnu-social.git diff --git a/actions/snapshotadminpanel.php b/actions/snapshotadminpanel.php index df6b168dc8..be0a793e51 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') );