summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/config.lib.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/config.lib.inc
parent75173246398545de3de104648c068444d51175a1 (diff)
downloadpfsense-530e47076d1ec2b0cd2fcbfa6ec78983cf81fcb5.zip
pfsense-530e47076d1ec2b0cd2fcbfa6ec78983cf81fcb5.tar.gz
Includes - Remove Personalizations
Remove "you" personalizations.
Diffstat (limited to 'src/etc/inc/config.lib.inc')
-rw-r--r--src/etc/inc/config.lib.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/etc/inc/config.lib.inc b/src/etc/inc/config.lib.inc
index 65d34bc..117f29d 100644
--- a/src/etc/inc/config.lib.inc
+++ b/src/etc/inc/config.lib.inc
@@ -267,7 +267,7 @@ function parse_config_bootup() {
if (!file_exists("{$g['conf_path']}/config.xml")) {
echo gettext("No XML configuration file found - using factory defaults.\n" .
"Make sure that the configuration floppy disk with the conf/config.xml\n" .
- "file is inserted. If it isn't, your configuration changes will be lost\n" .
+ "file is inserted. If it isn't, the configuration changes will be lost\n" .
"on reboot.\n");
}
} else {
@@ -283,8 +283,8 @@ function parse_config_bootup() {
mwexec("/sbin/halt");
exit;
}
- log_error("Last known config found and restored. Please double check your configuration file for accuracy.");
- file_notice("config.xml", gettext("Last known config found and restored. Please double check your configuration file for accuracy."), "pfSenseConfigurator", "");
+ log_error("Last known config found and restored. Please double check the configuration file for accuracy.");
+ file_notice("config.xml", gettext("Last known config found and restored. Please double check the configuration file for accuracy."), "pfSenseConfigurator", "");
}
} else {
unlock($lockkey);
OpenPOWER on IntegriCloud