mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Do not call gettext() for the string used to match the place in file to start rewriting it
This commit is contained in:
parent
e5026472d7
commit
38dccf78d4
@ -2581,7 +2581,7 @@ function configure_cron() {
|
||||
|
||||
if (is_array($config['cron']['item'])) {
|
||||
$crontab_contents .= "#\n";
|
||||
$crontab_contents .= "# " . gettext("pfSense specific crontab entries") . "\n";
|
||||
$crontab_contents .= "# pfSense specific crontab entries\n";
|
||||
$crontab_contents .= "# " .gettext("Created:") . " " . date("F j, Y, g:i a") . "\n";
|
||||
$crontab_contents .= "#\n";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user