Do not call gettext() for the string used to match the place in file to start rewriting it

This commit is contained in:
Renato Botelho 2016-05-31 08:01:14 -03:00
parent e5026472d7
commit 38dccf78d4

View File

@ -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";