summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_lagg_edit.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-05-01 00:06:27 -0700
committerStephen Beaver <sbeaver@netgate.com>2016-05-01 21:48:57 -0400
commit60ec80028602e22ab65c876c34d86b8f5421ba50 (patch)
treed69c9a8517b618b510629c4aa6192ac6c36834c7 /src/usr/local/www/interfaces_lagg_edit.php
parent0487483fb058d1b2e2a6132d29ab333c5ce071ed (diff)
downloadpfsense-60ec80028602e22ab65c876c34d86b8f5421ba50.zip
pfsense-60ec80028602e22ab65c876c34d86b8f5421ba50.tar.gz
Miscellaneous Textual Corrections
(cherry picked from commit bb80af580c5a4408e42c76c39c67d173540897db)
Diffstat (limited to 'src/usr/local/www/interfaces_lagg_edit.php')
-rw-r--r--src/usr/local/www/interfaces_lagg_edit.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/interfaces_lagg_edit.php b/src/usr/local/www/interfaces_lagg_edit.php
index 926ef3e..f82d99f 100644
--- a/src/usr/local/www/interfaces_lagg_edit.php
+++ b/src/usr/local/www/interfaces_lagg_edit.php
@@ -77,7 +77,7 @@ $protohelp =
'<li>' .
'<strong>' . $laggprotosuc[0] . '</strong><br />' .
gettext('This protocol is intended to do nothing: it disables any ' .
- 'traffic without disabling the lagg interface itself') .
+ 'traffic without disabling the lagg interface itself.') .
'</li>' .
'<li>' .
'<strong>' . $laggprotosuc[1] . '</strong><br />' .
@@ -113,13 +113,13 @@ $protohelp =
'does not negotiate aggregation with the peer or exchange ' .
'frames to monitor the link. The hash includes the Ethernet ' .
'source and destination address, and, if available, the VLAN ' .
- 'tag, and the IP source and destination address') .
+ 'tag, and the IP source and destination address.') .
'</li>' .
'<li>' .
'<strong>' . $laggprotosuc[5] . '</strong><br />' .
gettext('Distributes outgoing traffic using a round-robin scheduler ' .
'through all active ports and accepts incoming traffic from ' .
- 'any active port') .
+ 'any active port.') .
'</li>' .
'</ul>';
@@ -288,7 +288,7 @@ $section->addInput(new Form_Input(
'Description',
'text',
$pconfig['descr']
-))->setHelp("Enter a description here for reference only. (Not parsed)");
+))->setHelp("Enter a description here for reference only (Not parsed).");
$section->addInput(new Form_Input(
'laggif',
OpenPOWER on IntegriCloud