summaryrefslogtreecommitdiffstats
path: root/etc/inc/shaper.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-12-17 18:15:23 -0500
committerChris Buechler <cmb@pfsense.org>2009-12-17 18:15:23 -0500
commit755aecb77689375018c1a504bae0e1a40cbe89e0 (patch)
tree09afe9c1eb0ac27131663e56832f85b509b7ad55 /etc/inc/shaper.inc
parent8b289232ecaf16e9888995f4a948b00bdf679cbb (diff)
downloadpfsense-755aecb77689375018c1a504bae0e1a40cbe89e0.zip
pfsense-755aecb77689375018c1a504bae0e1a40cbe89e0.tar.gz
use product_name
Diffstat (limited to 'etc/inc/shaper.inc')
-rw-r--r--etc/inc/shaper.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc
index 7e335d6..ac492c5 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -3909,14 +3909,14 @@ function build_iface_without_this_queue($iface, $qname) {
$default_shaper_msg = "<tr><td align=\"center\" width=\"80%\" >";
-$default_shaper_msg .= "<span class=\"vexpl\"><strong><p><b>Welcome to the pfSense Traffic Shaper.</b><br />";
+$default_shaper_msg .= "<span class=\"vexpl\"><strong><p><b>Welcome to the {$g['product_name']} Traffic Shaper.</b><br />";
$default_shaper_msg .= "The tree on the left helps you navigate through the queues <br />";
$default_shaper_msg .= "buttons at the bottom represent queue actions and are activated accordingly.";
$default_shaper_msg .= " </p></strong></span>";
$default_shaper_msg .= "</td></tr>";
$dn_default_shaper_msg = "<tr><td align=\"center\" width=\"80%\" >";
-$dn_default_shaper_msg .= "<span class=\"vexpl\"><strong><p><b>Welcome to the pfSense Traffic Shaper.</b><br />";
+$dn_default_shaper_msg .= "<span class=\"vexpl\"><strong><p><b>Welcome to the {$g['product_name']} Traffic Shaper.</b><br />";
$dn_default_shaper_msg .= "The tree on the left helps you navigate through the queues <br />";
$dn_default_shaper_msg .= "buttons at the bottom represent queue actions and are activated accordingly.";
$dn_default_shaper_msg .= " </p></strong></span>";
@@ -3924,4 +3924,4 @@ $dn_default_shaper_msg .= "</td></tr>";
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud