summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/shaper.inc
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-12-07 16:11:02 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-12-07 16:11:02 -0500
commit7dcf3fe551bd5ebf0e853e5357b55528f3dfd946 (patch)
tree5bed7537f8ae01a29a05a3f2da6ed26381569fb0 /src/etc/inc/shaper.inc
parentb6bd310374cfa4b7cf519798a0151bb36fdd41de (diff)
downloadpfsense-7dcf3fe551bd5ebf0e853e5357b55528f3dfd946.zip
pfsense-7dcf3fe551bd5ebf0e853e5357b55528f3dfd946.tar.gz
Fix codel checkbox label
Diffstat (limited to 'src/etc/inc/shaper.inc')
-rw-r--r--src/etc/inc/shaper.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/shaper.inc b/src/etc/inc/shaper.inc
index 8d391a1..e1897a7 100644
--- a/src/etc/inc/shaper.inc
+++ b/src/etc/inc/shaper.inc
@@ -1381,7 +1381,7 @@ class priq_queue {
null,
null,
!empty($this->GetCodel())
- ))->setHelp('<a target="_new" href="http://www.openbsd.org/faq/pf/queueing.html#ecn">' . gettext('Explicit Congestion Notification') . '</a>');
+ ))->setHelp('<a target="_new" href="http://www.openbsd.org/faq/pf/queueing.html#ecn">' . gettext('Codel Active Queue') . '</a>');
$group->setHelp('Select options for this queue');
OpenPOWER on IntegriCloud