summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/config.lib.inc
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-04 09:54:43 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-04 09:55:00 -0400
commit1c92c5b1a42af43feafe7f4dab2e73a4aa17eec0 (patch)
treeac80b50ea5bce8a63cabc4a73cd41773194e985e /src/etc/inc/config.lib.inc
parentce8716194643adee34e474dc1813d804e55a37cb (diff)
downloadpfsense-1c92c5b1a42af43feafe7f4dab2e73a4aa17eec0.zip
pfsense-1c92c5b1a42af43feafe7f4dab2e73a4aa17eec0.tar.gz
Merge pull request #2831 from NOYB/Includes_-_Remove_Personalizations
(cherry picked from commit 7a2c15f527459cc82aadaf23d06895174c008320)
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