diff options
author | Neriberto C.Prado <neriberto@gmail.com> | 2010-06-30 06:26:23 -0300 |
---|---|---|
committer | Neriberto C.Prado <neriberto@gmail.com> | 2010-06-30 06:27:02 -0300 |
commit | 936d4bd29de13341944754b830c9bab795496e7c (patch) | |
tree | 35e5d00e3d8609617f0e254edb2e18a2d85f75b3 /usr/local | |
parent | 49031495b501e4477941fa6248fe94cc698f9dcd (diff) | |
download | pfsense-936d4bd29de13341944754b830c9bab795496e7c.zip pfsense-936d4bd29de13341944754b830c9bab795496e7c.tar.gz |
Review of firewall_shaper_layer7
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/firewall_shaper_layer7.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_shaper_layer7.php b/usr/local/www/firewall_shaper_layer7.php index 43f73b3..368fd7a 100755 --- a/usr/local/www/firewall_shaper_layer7.php +++ b/usr/local/www/firewall_shaper_layer7.php @@ -399,7 +399,7 @@ include("fbegin.inc"); <?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> |