diff options
author | Vinicius Coque <vinicius.coque@bluepex.com> | 2010-07-02 17:55:38 -0300 |
---|---|---|
committer | Vinicius Coque <vinicius.coque@bluepex.com> | 2010-07-02 17:55:38 -0300 |
commit | a38cb9d06504842bf28cde4f89fe6f16f7e83cc5 (patch) | |
tree | c18994660287189e35f8850f0469d96e91c6b463 /usr/local/www | |
parent | e336a1956bd1216add980f6af8a50308ee6d1114 (diff) | |
download | pfsense-a38cb9d06504842bf28cde4f89fe6f16f7e83cc5.zip pfsense-a38cb9d06504842bf28cde4f89fe6f16f7e83cc5.tar.gz |
Fixing gettext() calls on firewall_shaper_vinterface.php
Diffstat (limited to 'usr/local/www')
-rw-r--r-- | usr/local/www/firewall_shaper_vinterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_shaper_vinterface.php b/usr/local/www/firewall_shaper_vinterface.php index 3028e12..8405186 100644 --- a/usr/local/www/firewall_shaper_vinterface.php +++ b/usr/local/www/firewall_shaper_vinterface.php @@ -348,7 +348,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> |