summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-05-31 08:01:14 -0300
committerRenato Botelho <renato@netgate.com>2016-05-31 08:01:14 -0300
commit38dccf78d4230dd85fe2e65d634c50e4b71bcab4 (patch)
treee587647e62a4667664ec4f1ea31f08afc87eddfe
parente5026472d7b24d8ef1d31412f323d90e4949545c (diff)
downloadpfsense-38dccf78d4230dd85fe2e65d634c50e4b71bcab4.zip
pfsense-38dccf78d4230dd85fe2e65d634c50e4b71bcab4.tar.gz
Do not call gettext() for the string used to match the place in file to start rewriting it
-rw-r--r--src/etc/inc/services.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/services.inc b/src/etc/inc/services.inc
index 712cfe6..6ee7a07 100644
--- a/src/etc/inc/services.inc
+++ b/src/etc/inc/services.inc
@@ -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";
OpenPOWER on IntegriCloud