From bdf790aa63b7d6facac6a0b05a87df80ff9124a1 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 5 Jan 2011 18:18:23 -0500 Subject: [PATCH] Clarify a few lines of text --- usr/local/www/system_firmware_auto.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/local/www/system_firmware_auto.php b/usr/local/www/system_firmware_auto.php index b09237086f..2d05e2ee67 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")) {