diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2011-02-16 16:40:43 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2011-02-16 16:40:43 -0500 |
commit | 8e559859c252d2840c93aad396b482e680ef958e (patch) | |
tree | 8a2dfc407ead6a0355be5e640b6b53967b29f275 | |
parent | ccca3418cb7fe2a48a8f620be5af8fb20c3b4e41 (diff) | |
download | pfsense-8e559859c252d2840c93aad396b482e680ef958e.zip pfsense-8e559859c252d2840c93aad396b482e680ef958e.tar.gz |
Minor english fixes from Bill
-rw-r--r-- | usr/local/www/interfaces_gif_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_gif_edit.php b/usr/local/www/interfaces_gif_edit.php index 73cd456..958b5c0 100644 --- a/usr/local/www/interfaces_gif_edit.php +++ b/usr/local/www/interfaces_gif_edit.php @@ -184,7 +184,7 @@ include("head.inc"); ?> </select> <br/> - <span class="vexpl"><?=gettext("Remote gif address endpoint. The subnet part is used for the determinig the network that is tunneled."); ?></span></td> + <span class="vexpl"><?=gettext("Remote gif address endpoint. The subnet part is used for determining the network that is tunnelled."); ?></span></td> </tr> <tr> <td valign="top" class="vncell"><?=gettext("Route caching "); ?></td> |