summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_settings.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-02-16 15:32:56 -0500
committerjim-p <jimp@pfsense.org>2011-02-16 15:32:56 -0500
commit3395ba20dd0b9483fce68e9992d1d2e850237cb7 (patch)
treeaeb79e3a9ae7c4e8abc630ceec686b7819551c31 /usr/local/www/system_firmware_settings.php
parenta8f9f07e61493f7349943d90fd615cc9eb7111ab (diff)
downloadpfsense-3395ba20dd0b9483fce68e9992d1d2e850237cb7.zip
pfsense-3395ba20dd0b9483fce68e9992d1d2e850237cb7.tar.gz
Fix wording
Diffstat (limited to 'usr/local/www/system_firmware_settings.php')
-rwxr-xr-xusr/local/www/system_firmware_settings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_firmware_settings.php b/usr/local/www/system_firmware_settings.php
index 793b8fc..492c34b 100755
--- a/usr/local/www/system_firmware_settings.php
+++ b/usr/local/www/system_firmware_settings.php
@@ -157,11 +157,11 @@ function enable_altfirmwareurl(enable_over) {
<td colspan="2" valign="top" class="listtopic"><?=gettext("Updates"); ?></td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell"><?=gettext("Not signed images."); ?></td>
+ <td width="22%" valign="top" class="vncell"><?=gettext("Unsigned images"); ?></td>
<td width="78%" class="vtable">
<input name="allowinvalidsig" type="checkbox" id="allowinvalidsig" value="yes" <?php if (isset($curcfg['allowinvalidsig'])) echo "checked"; ?> />
<br />
- <?=gettext("Allow updating the system with auto-updater and images with no signature."); ?>
+ <?=gettext("Allow auto-update firmware images with a missing or invalid digital signature to be used."); ?>
</td>
</tr>
<?php if(file_exists("/usr/local/bin/git")): ?>
OpenPOWER on IntegriCloud