Clarify a few lines of text

This commit is contained in:
Scott Ullrich 2011-01-05 18:18:23 -05:00
parent 456962bde2
commit bdf790aa63

View File

@ -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")) {