summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_auto.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-01-05 18:18:23 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-01-05 18:18:23 -0500
commitbdf790aa63b7d6facac6a0b05a87df80ff9124a1 (patch)
tree97fdc8e7850fc0cf9550e93e557b45a11b499cda /usr/local/www/system_firmware_auto.php
parent456962bde2b5b64f2feca58728d96c9c45463f1d (diff)
downloadpfsense-bdf790aa63b7d6facac6a0b05a87df80ff9124a1.zip
pfsense-bdf790aa63b7d6facac6a0b05a87df80ff9124a1.tar.gz
Clarify a few lines of text
Diffstat (limited to 'usr/local/www/system_firmware_auto.php')
-rwxr-xr-xusr/local/www/system_firmware_auto.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_firmware_auto.php b/usr/local/www/system_firmware_auto.php
index b092370..2d05e2e 100755
--- a/usr/local/www/system_firmware_auto.php
+++ b/usr/local/www/system_firmware_auto.php
@@ -205,12 +205,12 @@ if ($sigchk == 1) {
if ($exitstatus) {
update_status($sig_warning);
- update_output_window(gettext("Update cannot continue"));
+ update_output_window(gettext("Update cannot continue. You can disable this check on the Updater Settings tab."));
require("fend.inc");
exit;
} else if ($sigchk == 2) {
update_status("Upgrade in progress...");
- update_output_window("\n" . gettext("Image has no signature but the system configured to allow unsigned images.") . "\n");
+ update_output_window("\n" . gettext("Upgrade Image does not contain a signature but the system has been configured to allow unsigned images. One moment please...") . "\n");
}
if (!verify_gzip_file("{$g['upload_path']}/latest.tgz")) {
OpenPOWER on IntegriCloud