diff options
author | jim-p <jimp@pfsense.org> | 2011-02-16 15:32:56 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-02-16 15:32:56 -0500 |
commit | 3395ba20dd0b9483fce68e9992d1d2e850237cb7 (patch) | |
tree | aeb79e3a9ae7c4e8abc630ceec686b7819551c31 /usr | |
parent | a8f9f07e61493f7349943d90fd615cc9eb7111ab (diff) | |
download | pfsense-3395ba20dd0b9483fce68e9992d1d2e850237cb7.zip pfsense-3395ba20dd0b9483fce68e9992d1d2e850237cb7.tar.gz |
Fix wording
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/system_firmware_settings.php | 4 |
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")): ?> |