diff options
author | Carlos Eduardo Ramos <carlos.ramos@bluepex.com> | 2010-07-16 09:09:01 -0300 |
---|---|---|
committer | Carlos Eduardo Ramos <carlos.ramos@bluepex.com> | 2010-07-16 09:09:01 -0300 |
commit | 0abd5ad3c33f3d5174ca19c2094c536edf9a22ac (patch) | |
tree | 573605c7c073667d39be286fd3abb82027fde773 | |
parent | b5a5deaa7bd1522b545859df12456ab43647836c (diff) | |
download | pfsense-0abd5ad3c33f3d5174ca19c2094c536edf9a22ac.zip pfsense-0abd5ad3c33f3d5174ca19c2094c536edf9a22ac.tar.gz |
Corrections gettext implementation on services_igmpproxy_edit.php
-rwxr-xr-x | usr/local/www/services_igmpproxy_edit.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/services_igmpproxy_edit.php b/usr/local/www/services_igmpproxy_edit.php index 5e4da81..d2acfc5 100755 --- a/usr/local/www/services_igmpproxy_edit.php +++ b/usr/local/www/services_igmpproxy_edit.php @@ -131,8 +131,8 @@ include("head.inc"); <script type="text/javascript" src="/javascript/row_helper.js"> </script> -<input type='hidden' name='address_type' value='<?=gettext("textbox");?>' class="formfld unknown" /> -<input type='hidden' name='address_subnet_type' value='<?=gettext("select");?>' /> +<input type='hidden' name='address_type' value='textbox' class="formfld unknown" /> +<input type='hidden' name='address_subnet_type' value='select' /> <script type="text/javascript"> rowname[0] = "address"; @@ -195,7 +195,7 @@ include("head.inc"); </span> <br /> <span class="vexpl"> - <?=gettext("<b>Downstream</b> network interfaces are the distribution interfaces to the". + <b><?=gettext("Downstream"); ?></b> <?=gettext("network interfaces are the distribution interfaces to the". " destination networks, where multicast clients can join groups and". " receive multicast data. One or more downstream interfaces must be configured.");?> </span> |