summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-13 14:47:42 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-13 14:47:42 -0300
commit754ad306f3c66dea086d6882269d1ee7213a1ea5 (patch)
tree3ecee8da586a48cbe3d9bf9f94408bc87f45f268 /usr/local/www/firewall_rules.php
parentd6da0705aee4c9bd8b6373d543bb416e3e0fc509 (diff)
downloadpfsense-754ad306f3c66dea086d6882269d1ee7213a1ea5.zip
pfsense-754ad306f3c66dea086d6882269d1ee7213a1ea5.tar.gz
Checked gettext() implementation on firewall_rules.php
Diffstat (limited to 'usr/local/www/firewall_rules.php')
-rwxr-xr-xusr/local/www/firewall_rules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php
index 045daa4..0fb8aac 100755
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -692,7 +692,7 @@ if($_REQUEST['undodrag']) {
<span class="gray">
<?=gettext("No rules are currently defined for this interface")."<br>".
gettext("All incoming connections on this interface will be blocked until you add pass rules.")."<br><br>";?>
- Click the <a href="firewall_rules_edit.php?if=<?=$if;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title="<?=gettext("add new rule");?>" border="0" width="17" height="17" align="absmiddle"></a><?=gettext(" button to add a new rule.");?></span>
+ <?=gettext("Click the"); ?> <a href="firewall_rules_edit.php?if=<?=$if;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title="<?=gettext("add new rule");?>" border="0" width="17" height="17" align="absmiddle"></a><?=gettext(" button to add a new rule.");?></span>
</td>
<?php endif; ?>
<tr id="fr<?=$nrules;?>">
OpenPOWER on IntegriCloud