diff options
author | Vinicius Coque <vinicius.coque@bluepex.com> | 2010-07-02 17:55:26 -0300 |
---|---|---|
committer | Vinicius Coque <vinicius.coque@bluepex.com> | 2010-07-02 17:55:26 -0300 |
commit | e336a1956bd1216add980f6af8a50308ee6d1114 (patch) | |
tree | e2a8c4e99c40797982afc3971735f453a3c773b1 /usr/local | |
parent | 456d0175680374fac7bb8d677182869e520dd815 (diff) | |
download | pfsense-e336a1956bd1216add980f6af8a50308ee6d1114.zip pfsense-e336a1956bd1216add980f6af8a50308ee6d1114.tar.gz |
Fixing gettext() calls on firewall_shaper.php
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/firewall_shaper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php index 3365a08..a7d2e88 100755 --- a/usr/local/www/firewall_shaper.php +++ b/usr/local/www/firewall_shaper.php @@ -402,7 +402,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> |