summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_assign.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_assign.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_assign.php')
-rw-r--r--src/usr/local/www/interfaces_assign.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/interfaces_assign.php b/src/usr/local/www/interfaces_assign.php
index dad4a29..1e751c3 100644
--- a/src/usr/local/www/interfaces_assign.php
+++ b/src/usr/local/www/interfaces_assign.php
@@ -340,7 +340,7 @@ if (isset($_POST['add']) && isset($_POST['if_add'])) {
$members = explode(",", strtoupper($bridge['members']));
foreach ($members as $member) {
if ($member == $ifnames[0]) {
- $input_errors[] = sprintf(gettext('You cannot set port %1$s to interface %2$s because this interface is a member of %3$s.'), $portname, $member, $portname);
+ $input_errors[] = sprintf(gettext('Cannot set port %1$s to interface %2$s because this interface is a member of %3$s.'), $portname, $member, $portname);
break;
}
}
@@ -506,7 +506,7 @@ if (file_exists("/var/run/interface_mismatch_reboot_needed")) {
if (file_exists("/tmp/reload_interfaces")) {
echo "<p>\n";
- print_apply_box(gettext("The interface configuration has been changed.") . "<br />" . gettext("You must apply the changes in order for them to take effect."));
+ print_apply_box(gettext("The interface configuration has been changed.") . "<br />" . gettext("The changes must be applied for them to take effect."));
echo "<br /></p>\n";
} elseif ($savemsg) {
print_info_box($savemsg, $class);
OpenPOWER on IntegriCloud