summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_ppps_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-11-26 10:47:19 +0545
committerPhil Davis <phil.davis@inf.org>2015-11-26 10:47:19 +0545
commit1ebca8676a138b7f8f58d24f950bb3a72a6b2ce3 (patch)
tree05310d38ba21e41d0813afff6e61f0726b838fff /src/usr/local/www/interfaces_ppps_edit.php
parente7b96cb4fca00a3db723f1ead728f2a60ac3e3e1 (diff)
downloadpfsense-1ebca8676a138b7f8f58d24f950bb3a72a6b2ce3.zip
pfsense-1ebca8676a138b7f8f58d24f950bb3a72a6b2ce3.tar.gz
interfaces_ppps_edit text typos
Fix a few text typos.
Diffstat (limited to 'src/usr/local/www/interfaces_ppps_edit.php')
-rw-r--r--src/usr/local/www/interfaces_ppps_edit.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/usr/local/www/interfaces_ppps_edit.php b/src/usr/local/www/interfaces_ppps_edit.php
index 6d2f704..1ee2608 100644
--- a/src/usr/local/www/interfaces_ppps_edit.php
+++ b/src/usr/local/www/interfaces_ppps_edit.php
@@ -600,10 +600,10 @@ function build_link_list() {
if ($input_errors)
print_input_errors($input_errors);
-$linkparamstr = gettext('Bandwidth is set only for MLLP conncetions and when links have diferent bandwidths' . '<br />' .
+$linkparamstr = gettext('Bandwidth is set only for MLPPP connections and when links have different bandwidths' . '<br />' .
'MTU defaults to 1492' . '<br />' .
'MRU will be auto-negotiated by default' . '<br />' .
- 'Set only for MLLP conncetions. MRRU will be auto-negotiated by default.');
+ 'Set only for MLPPP connections. MRRU will be auto-negotiated by default.');
$form = new Form();
@@ -668,7 +668,7 @@ $section->addInput(new Form_Input(
$pconfig['passwordfld']
));
-// These elements arehidden by default, and un-hidden in Javascript
+// These elements are hidden by default, and un-hidden in Javascript
if($pconfig['type'] == 'pptp' || $pconfig['type'] == 'l2tp') {
$j = 0;
foreach($linklist['list'] as $ifnm =>$nm) {
@@ -787,7 +787,7 @@ $section->addInput(new Form_Select(
)
))->addClass('pppoe')->setHelp('Select a reset timing type');
-$group = new Form_Group('Rest Date/Time');
+$group = new Form_Group('Reset Date/Time');
$group->addClass('pppoe-reset-date');
$group->add(new Form_Input(
@@ -816,7 +816,7 @@ $group->setHelp('Leaving the date field empty will cause the reset to be execute
$section->add($group);
-$group = new Form_Group('Rest frequency');
+$group = new Form_Group('Reset frequency');
$group->addClass('pppoe-reset-cron');
$group->add(new Form_Checkbox(
@@ -1116,3 +1116,4 @@ events.push(function(){
<?php
include("foot.inc");
+
OpenPOWER on IntegriCloud