From 755aecb77689375018c1a504bae0e1a40cbe89e0 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Thu, 17 Dec 2009 18:15:23 -0500 Subject: use product_name --- etc/inc/shaper.inc | 6 +++--- 1 file 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 = ""; -$default_shaper_msg .= "

Welcome to the pfSense Traffic Shaper.
"; +$default_shaper_msg .= "

Welcome to the {$g['product_name']} Traffic Shaper.
"; $default_shaper_msg .= "The tree on the left helps you navigate through the queues
"; $default_shaper_msg .= "buttons at the bottom represent queue actions and are activated accordingly."; $default_shaper_msg .= "

"; $default_shaper_msg .= ""; $dn_default_shaper_msg = ""; -$dn_default_shaper_msg .= "

Welcome to the pfSense Traffic Shaper.
"; +$dn_default_shaper_msg .= "

Welcome to the {$g['product_name']} Traffic Shaper.
"; $dn_default_shaper_msg .= "The tree on the left helps you navigate through the queues
"; $dn_default_shaper_msg .= "buttons at the bottom represent queue actions and are activated accordingly."; $dn_default_shaper_msg .= "

"; @@ -3924,4 +3924,4 @@ $dn_default_shaper_msg .= ""; -?> +?> \ No newline at end of file -- cgit v1.1