diff options
author | Carlos Eduardo Ramos <carlos.ramos@bluepex.com> | 2010-07-20 11:01:08 -0300 |
---|---|---|
committer | Carlos Eduardo Ramos <carlos.ramos@bluepex.com> | 2010-07-20 11:01:08 -0300 |
commit | 2b90dc6fb4ae17dc23b711f5ee4ed146b1513f56 (patch) | |
tree | 2673e5c7a912fb0a5d66b233dc2b88dff0395fc9 | |
parent | a4510ca090c0360d8794ee1c3b98772931f8f060 (diff) | |
download | pfsense-2b90dc6fb4ae17dc23b711f5ee4ed146b1513f56.zip pfsense-2b90dc6fb4ae17dc23b711f5ee4ed146b1513f56.tar.gz |
Corrections gettext implementation on services_igmpproxy.php
-rwxr-xr-x | usr/local/www/services_igmpproxy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_igmpproxy.php b/usr/local/www/services_igmpproxy.php index 3d45e74..4fc531d 100755 --- a/usr/local/www/services_igmpproxy.php +++ b/usr/local/www/services_igmpproxy.php @@ -87,7 +87,7 @@ include("head.inc"); <form action="services_igmpproxy.php" method="post"> <?php if ($savemsg) print_info_box($savemsg); ?> <?php if (is_subsystem_dirty('igmpproxy')): ?><p> -<?php print_info_box_np(gettext("The IGMP entry list has been changed") ".<br>" gettext("You must apply the changes in order for them to take effect."));?> +<?php print_info_box_np(gettext("The IGMP entry list has been changed") . ".<br>" . gettext("You must apply the changes in order for them to take effect."));?> <?php endif; ?> <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0"> |