From 530e47076d1ec2b0cd2fcbfa6ec78983cf81fcb5 Mon Sep 17 00:00:00 2001 From: NOYB Date: Mon, 4 Apr 2016 00:05:19 -0700 Subject: Includes - Remove Personalizations Remove "you" personalizations. --- src/etc/inc/services.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/etc/inc/services.inc') 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"; } -- cgit v1.1