summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_shaper_vinterface.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-03-30 00:11:54 -0700
committerNOYB <Al_Stu@Frontier.com>2016-03-30 00:11:54 -0700
commitdbed2db54abb0bca5dce856b28100b3083351ca7 (patch)
tree83484469c01b0a99d3bdab21fcc7a6e9a79fec38 /src/usr/local/www/firewall_shaper_vinterface.php
parentbdd284c3aac83bf661aa66a6e80defacd6883fe8 (diff)
downloadpfsense-dbed2db54abb0bca5dce856b28100b3083351ca7.zip
pfsense-dbed2db54abb0bca5dce856b28100b3083351ca7.tar.gz
Firewall / Traffic Shaper - Remove Personalizations
Remove "you" personalizations.
Diffstat (limited to 'src/usr/local/www/firewall_shaper_vinterface.php')
-rw-r--r--src/usr/local/www/firewall_shaper_vinterface.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/firewall_shaper_vinterface.php b/src/usr/local/www/firewall_shaper_vinterface.php
index 208d189..0830382 100644
--- a/src/usr/local/www/firewall_shaper_vinterface.php
+++ b/src/usr/local/www/firewall_shaper_vinterface.php
@@ -257,7 +257,7 @@ if ($_POST) {
if ($addnewpipe) {
if (!empty($dummynet_pipe_list[$qname])) {
- $input_errors[] = gettext("You cannot name a child queue with the same name as a parent limiter");
+ $input_errors[] = gettext("A child queue cannot be named the same as a parent limiter");
} else {
$dnpipe =& new dnpipe_class();
@@ -283,7 +283,7 @@ if ($_POST) {
}
} else if ($parentqueue) { /* Add a new queue */
if (!empty($dummynet_pipe_list[$qname])) {
- $input_errors[] = gettext("You cannot name a child queue with the same name as a parent limiter");
+ $input_errors[] = gettext("A child queue cannot be named the same as a parent limiter");
} else if ($dnpipe) {
$tmppath =& $dnpipe->GetLink();
array_push($tmppath, $qname);
@@ -408,7 +408,7 @@ if ($savemsg) {
}
if (is_subsystem_dirty('shaper')) {
- print_apply_box(gettext("The traffic shaper configuration has been changed.") . "<br />" . gettext("You must apply the changes in order for them to take effect."));
+ print_apply_box(gettext("The traffic shaper configuration has been changed.") . "<br />" . gettext("The changes must be applied for them to take effect."));
}
$tab_array = array();
OpenPOWER on IntegriCloud