summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_qinq_edit.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-03-29 00:19:36 -0700
committerNOYB <Al_Stu@Frontier.com>2016-03-29 00:19:36 -0700
commit45654aa083447943c82cd7c900ab216d25d940f8 (patch)
tree5334c22b0932843fdaec1104443363ea1ca489c4 /src/usr/local/www/interfaces_qinq_edit.php
parent88ec4c6f2a1a7172607061b71869a5d28e305820 (diff)
downloadpfsense-45654aa083447943c82cd7c900ab216d25d940f8.zip
pfsense-45654aa083447943c82cd7c900ab216d25d940f8.tar.gz
Interfaces (assign) - Remove Personalizations
Remove "you" personalizations.
Diffstat (limited to 'src/usr/local/www/interfaces_qinq_edit.php')
-rw-r--r--src/usr/local/www/interfaces_qinq_edit.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/interfaces_qinq_edit.php b/src/usr/local/www/interfaces_qinq_edit.php
index 76a0c7f..6c4d04c 100644
--- a/src/usr/local/www/interfaces_qinq_edit.php
+++ b/src/usr/local/www/interfaces_qinq_edit.php
@@ -109,10 +109,10 @@ if ($_POST) {
$input_errors[] = gettext("First level tag cannot be empty.");
}
if (isset($id) && $a_qinqs[$id]['tag'] != $_POST['tag']) {
- $input_errors[] = gettext("You are editing an existing entry and modifying the first level tag is not allowed.");
+ $input_errors[] = gettext("Modifying the first level tag of an existing entry is not allowed.");
}
if (isset($id) && $a_qinqs[$id]['if'] != $_POST['if']) {
- $input_errors[] = gettext("You are editing an existing entry and modifying the interface is not allowed.");
+ $input_errors[] = gettext("Modifying the interface of an existing entry is not allowed.");
}
if (!isset($id)) {
foreach ($a_qinqs as $qinqentry) {
@@ -287,11 +287,11 @@ $section->addInput(new Form_Input(
'Description',
'text',
$pconfig['descr']
-))->setHelp('You may enter a description here for your reference (not parsed).');
+))->setHelp('A description may be entered here for administrative reference (not parsed).');
$section->addInput(new Form_StaticText(
'Member(s)',
- 'You can specify ranges in the inputs below. Enter a range (2-3) or individual numbers.' . '<br />' .
+ 'Ranges can be specified in the inputs below. Enter a range (2-3) or individual numbers.' . '<br />' .
'Click "Duplicate" as many times as needed to add new inputs'
));
OpenPOWER on IntegriCloud