summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_settings.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-04-27 16:50:14 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-04-27 16:50:14 -0300
commit259159e01c13b2619985096e1fcb7452fcfc4ca1 (patch)
tree32c376cf6240fdda660af0e738eb7a085bb6c0af /usr/local/www/system_firmware_settings.php
parent8395f51e85b90f59a84fc839d927492177ac5d52 (diff)
downloadpfsense-259159e01c13b2619985096e1fcb7452fcfc4ca1.zip
pfsense-259159e01c13b2619985096e1fcb7452fcfc4ca1.tar.gz
Add a missing gettext() call
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 68e6000..12cf3f8 100755
--- a/usr/local/www/system_firmware_settings.php
+++ b/usr/local/www/system_firmware_settings.php
@@ -136,7 +136,7 @@ function enable_altfirmwareurl(enable_over) {
<tr><td><?=gettext("Base URL"); ?>:</td><td><input name="firmwareurl" type="input" class="formfld url" id="firmwareurl" size="64" value="<?php if($curcfg['alturl']['firmwareurl']) echo $curcfg['alturl']['firmwareurl']; else echo $g['']; ?>"></td></tr>
</table>
<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">System: Firmware: Auto Update</a> <?=gettext("page is viewed."); ?>
+ <?=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> <?=gettext("When a custom URL is enabled the system will not verify the digital signature from"); ?> <?php echo $g['product_website'] ?>.
</span>
OpenPOWER on IntegriCloud