summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/services.inc
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-04-04 00:05:19 -0700
committerNOYB <Al_Stu@Frontier.com>2016-04-04 00:05:19 -0700
commit530e47076d1ec2b0cd2fcbfa6ec78983cf81fcb5 (patch)
treeb946921712c2ea050eb53fd7dd74bf139ceada39 /src/etc/inc/services.inc
parent75173246398545de3de104648c068444d51175a1 (diff)
downloadpfsense-530e47076d1ec2b0cd2fcbfa6ec78983cf81fcb5.zip
pfsense-530e47076d1ec2b0cd2fcbfa6ec78983cf81fcb5.tar.gz
Includes - Remove Personalizations
Remove "you" personalizations.
Diffstat (limited to 'src/etc/inc/services.inc')
-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 e30db55..5b08056 100644
--- a/src/etc/inc/services.inc
+++ b/src/etc/inc/services.inc
@@ -2605,7 +2605,7 @@ function configure_cron() {
$crontab_contents .= "\n#\n";
$crontab_contents .= "# " . gettext("If possible do not add items to this file manually.") . "\n";
- $crontab_contents .= "# " . gettext("If you do so, this file must be terminated with a blank line (e.g. new line)") . "\n";
+ $crontab_contents .= "# " . gettext("If done so, this file must be terminated with a blank line (e.g. new line)") . "\n";
$crontab_contents .= "#\n\n";
}
OpenPOWER on IntegriCloud