diff options
author | Neriberto C.Prado <neriberto@gmail.com> | 2010-06-30 06:32:20 -0300 |
---|---|---|
committer | Neriberto C.Prado <neriberto@gmail.com> | 2010-06-30 06:32:20 -0300 |
commit | addb664188b7bef35a7a15464c1b979516bb375a (patch) | |
tree | 0a1142abb0ff9306178b24fd70981514721dcd53 /usr/local | |
parent | 936d4bd29de13341944754b830c9bab795496e7c (diff) | |
download | pfsense-addb664188b7bef35a7a15464c1b979516bb375a.zip pfsense-addb664188b7bef35a7a15464c1b979516bb375a.tar.gz |
Review of firewall_shaper_queues.php
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/firewall_shaper_queues.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_shaper_queues.php b/usr/local/www/firewall_shaper_queues.php index 2c17f50..ac3213a 100755 --- a/usr/local/www/firewall_shaper_queues.php +++ b/usr/local/www/firewall_shaper_queues.php @@ -184,7 +184,7 @@ include("head.inc"); <form action="firewall_shaper_queues.php" method="post" name="iform" id="iform"> <?php if ($savemsg) print_info_box($savemsg); ?> <?php if (is_subsystem_dirty('shaper')): ?><p> -<?php print_info_box_np(gettext("The traffic shaper configuration has been changed.<br>You must apply the changes in order for them to take effect."));?><br> +<?php print_info_box_np(gettext("The traffic shaper configuration has been changed") . ".<br>" . gettext("You must apply the changes in order for them to take effect."));?><br> <?php endif; ?> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td> |