diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-09-06 17:39:51 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-09-06 17:39:51 +0000 |
commit | c299e0af66e2f7615c9e421966e80d907ba9b9bc (patch) | |
tree | 90d8b1b996f518e53e6b25bd3dc09489aacd1edf /usr/local | |
parent | 189ea1b5fddda40064a85f8d027cf502d68f327b (diff) | |
download | pfsense-c299e0af66e2f7615c9e421966e80d907ba9b9bc.zip pfsense-c299e0af66e2f7615c9e421966e80d907ba9b9bc.tar.gz |
Correct spelling mistake
s/your/you're/
Ticket #1096
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/firewall_nat_out_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_out_edit.php b/usr/local/www/firewall_nat_out_edit.php index 78aa1c7..887d891 100755 --- a/usr/local/www/firewall_nat_out_edit.php +++ b/usr/local/www/firewall_nat_out_edit.php @@ -286,7 +286,7 @@ function sourcesel_change() { <td width="78%" class="vtable"> <input type="checkbox" name="nonat"<?php if(isset($pconfig['nonat'])) echo " CHECKED"; ?>> <span class="vexpl">Enabling this option will disable natting for the item and stop processing outgoing nat rules. - <br>Hint: in most cases, you'll not use this option unless you know what your doing.</span></td> + <br>Hint: in most cases, you'll not use this option unless you know what you're doing.</span></td> </tr> <tr> <td width="22%" valign="top" class="vncellreq">Interface</td> |