summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-13 16:26:31 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-13 16:26:31 -0300
commit8b6827a4f05e6bf9487d06caa080b30f49cfcd28 (patch)
treeb4d7a2430e4efa39617080b09175032a5d3cc440 /usr/local/www
parent754ad306f3c66dea086d6882269d1ee7213a1ea5 (diff)
downloadpfsense-8b6827a4f05e6bf9487d06caa080b30f49cfcd28.zip
pfsense-8b6827a4f05e6bf9487d06caa080b30f49cfcd28.tar.gz
Checked gettext() implementation on firewall_rules.php
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/firewall_rules.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php
index 0fb8aac..19a6cdc 100755
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -690,8 +690,8 @@ if($_REQUEST['undodrag']) {
<td class="listt"></td>
<td class="listlr" colspan="10" align="center" valign="middle">
<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>";?>
+ <?=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>
<?=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; ?>
OpenPOWER on IntegriCloud