summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-11-25 22:27:44 -0600
committerChris Buechler <cmb@pfsense.org>2015-11-25 22:27:44 -0600
commite7b96cb4fca00a3db723f1ead728f2a60ac3e3e1 (patch)
treed6496b61d6655f5f1df7726a31028bf3b3090c52 /src
parentdfdb1c116a1dc7991b04915774f4aef84daef644 (diff)
downloadpfsense-e7b96cb4fca00a3db723f1ead728f2a60ac3e3e1.zip
pfsense-e7b96cb4fca00a3db723f1ead728f2a60ac3e3e1.tar.gz
fix up text
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/system_gateways_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/system_gateways_edit.php b/src/usr/local/www/system_gateways_edit.php
index 5641924..606aeca 100644
--- a/src/usr/local/www/system_gateways_edit.php
+++ b/src/usr/local/www/system_gateways_edit.php
@@ -972,10 +972,10 @@ $section->addInput(new Form_StaticText(
$section->addInput(new Form_Checkbox(
'nonlocalgateway',
- 'Use nonlocal gateway',
- 'Use nonlocal gateway through interface specific route.',
+ 'Use non-local gateway',
+ 'Use non-local gateway through interface specific route.',
$pconfig['nonlocalgateway']
-))->setHelp('This will disable the check if the gateway is reachable using the interface subnet. This is usually means a configuration error, but is required for some scenarios.');
+))->setHelp('This will allow use of a gateway outside of this interface\'s subnet. This is usually indicative of a configuration error, but is required for some scenarios.');
$form->add($section);
OpenPOWER on IntegriCloud