summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2013-03-05 22:10:40 -0600
committerChris Buechler <cmb@pfsense.org>2013-03-05 22:10:40 -0600
commit2459be5008b31d951bf06ea5c6583a0ebd2fb792 (patch)
tree8a1b8cd19835ac2927c3bea0442417714f550e5b /usr/local/www/interfaces.php
parent0f7668fbe855ab602c5a463d53413716f00f8cf9 (diff)
downloadpfsense-2459be5008b31d951bf06ea5c6583a0ebd2fb792.zip
pfsense-2459be5008b31d951bf06ea5c6583a0ebd2fb792.tar.gz
clean up text a bit, make link more apparent
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index eef3f9f..30fb21f 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -1434,9 +1434,9 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
print gettext("If you leave this field blank, the adapter's default MTU will " .
"be used. This is typically 1500 bytes but can vary in some circumstances.");
else
- print gettext("This interface is a VLAN and it needs to use same MTU set for " .
- "its parent. You can change parent's MTU") . "<a href=\"interfaces.php?if={$parent_vlan_if}\"> " .
- gettext("here") . ".</a>";
+ print gettext("This interface is a VLAN and must use the MTU of " .
+ "its parent. ") . "<a href=\"interfaces.php?if={$parent_vlan_if}\"> " .
+ gettext("You can change parent's MTU here") . ".</a>";
?>
</td>
</tr>
OpenPOWER on IntegriCloud