summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_settings.php
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-08-12 15:35:09 -0600
committerErik Fonnesbeck <efonnes@gmail.com>2010-08-12 16:02:41 -0600
commit3b7f0f53674eab45ea81b1e24046609760f67e6d (patch)
treebb6b93f8e30de80ffa907ba46404ee90abdd56b0 /usr/local/www/system_firmware_settings.php
parent0153a0b81968512ee1998a741b5ea37f49161d79 (diff)
downloadpfsense-3b7f0f53674eab45ea81b1e24046609760f67e6d.zip
pfsense-3b7f0f53674eab45ea81b1e24046609760f67e6d.tar.gz
Fix some printfs and some text.
Diffstat (limited to 'usr/local/www/system_firmware_settings.php')
-rwxr-xr-xusr/local/www/system_firmware_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware_settings.php b/usr/local/www/system_firmware_settings.php
index e7c104e..216604a 100755
--- a/usr/local/www/system_firmware_settings.php
+++ b/usr/local/www/system_firmware_settings.php
@@ -138,7 +138,7 @@ function enable_altfirmwareurl(enable_over) {
<span class="vexpl">
<?=gettext("This is where"); ?> <?php echo $g['product_name'] ?> <?=gettext("will check for newer firmware versions when the"); ?> <a href="system_firmware_check.php"><?=gettext("System: Firmware: Auto Update"); ?></a> <?=gettext("page is viewed."); ?>
<p/>
- <b><?=gettext("NOTE:"); ?></b> <?=printf(gettext("When a custom URL is enabled, the system will not verify the digital signature from %s."), $g['product_website']) ?>
+ <b><?=gettext("NOTE:"); ?></b> <?php printf(gettext("When a custom URL is enabled, the system will not verify the digital signature from %s."), $g['product_website']); ?>
</span>
</td>
</tr>
OpenPOWER on IntegriCloud