summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-06-08 14:13:22 -0400
committerjim-p <jimp@pfsense.org>2011-06-08 14:13:22 -0400
commit156bf9b11947045afd85c61437f893d279dfc986 (patch)
treed3bb35c7f48f0ceeab1474bf39878f91d81a6c7c /usr/local/www/interfaces.php
parent534375b6f0ad869022c068ef35c5c6dedcd619bd (diff)
parent0042f5d964fc5c476d6c90f269ea6f49179ac016 (diff)
downloadpfsense-156bf9b11947045afd85c61437f893d279dfc986.zip
pfsense-156bf9b11947045afd85c61437f893d279dfc986.tar.gz
Merge remote branch 'upstream/master'
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 41957c5..66aed5b 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -1271,7 +1271,7 @@ $types = array("none" => gettext("None"), "staticv4" => gettext("Static IPv4"),
<?php endif; ?>
<br>
<?=gettext("This field can be used to modify (\"spoof\") the MAC " .
- "address of the WAN interface"); ?><br>
+ "address of this interface"); ?><br>
<?=gettext("(may be required with some cable connections)"); ?><br>
<?=gettext("Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx " .
"or leave blank"); ?>
@@ -1320,7 +1320,7 @@ $types = array("none" => gettext("None"), "staticv4" => gettext("Static IPv4"),
}
}
echo '</select><br>';
- echo gettext("Here you can explicitely set up speed and duplex mode for the interface.");
+ echo gettext("Here you can explicitly set speed and duplex mode for this interface. WARNING: You MUST leave this set to autonegotiate unless the port this interface connects to has its speed and duplex forced.");
echo '</div>';
echo '</td>';
echo '</tr>';
OpenPOWER on IntegriCloud