summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2013-09-03 01:26:49 -0500
committerChris Buechler <cmb@pfsense.org>2013-09-03 01:27:11 -0500
commit324e112d0634226a34f377eb21f279e028d6c266 (patch)
tree67214253489771008b2c4658204949845b2d59b0 /usr/local/www/firewall_nat.php
parente7a209f57f895cc3ca80dbebee30deeedc970c10 (diff)
downloadpfsense-324e112d0634226a34f377eb21f279e028d6c266.zip
pfsense-324e112d0634226a34f377eb21f279e028d6c266.tar.gz
touch up text, s/nat/NAT/
Diffstat (limited to 'usr/local/www/firewall_nat.php')
-rwxr-xr-xusr/local/www/firewall_nat.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat.php b/usr/local/www/firewall_nat.php
index ddb6b01..8922adc 100755
--- a/usr/local/www/firewall_nat.php
+++ b/usr/local/www/firewall_nat.php
@@ -327,7 +327,7 @@ echo "<script type=\"text/javascript\" language=\"javascript\" src=\"/javascript
</tr>
<tr>
<td align="center" valign="middle"><a href="firewall_nat.php?act=del&amp;id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this rule?");?>')"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0" title="<?=gettext("delete rule");?>" alt="delete" /></a></td>
- <td><a href="firewall_nat_edit.php?dup=<?=$i;?>"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title="<?=gettext("add a new nat based on this one");?>" width="17" height="17" border="0" alt="add" /></a></td>
+ <td><a href="firewall_nat_edit.php?dup=<?=$i;?>"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title="<?=gettext("add a new NAT based on this one");?>" width="17" height="17" border="0" alt="add" /></a></td>
</tr>
</table>
</tr>
OpenPOWER on IntegriCloud