summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp_relay.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-16 17:29:04 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-16 17:29:04 -0300
commitbff079e836beebd6e971a5157b35cc78791e01db (patch)
tree24662c323c659022d4cea14dc347e413c63cac39 /usr/local/www/services_dhcp_relay.php
parent0150c61e4329963f810739057e051bf4563d5695 (diff)
downloadpfsense-bff079e836beebd6e971a5157b35cc78791e01db.zip
pfsense-bff079e836beebd6e971a5157b35cc78791e01db.tar.gz
Corrections gettext implementation on services_dhcp_relay.php
Diffstat (limited to 'usr/local/www/services_dhcp_relay.php')
-rwxr-xr-xusr/local/www/services_dhcp_relay.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_dhcp_relay.php b/usr/local/www/services_dhcp_relay.php
index 25fa4bf..c9e8fd1 100755
--- a/usr/local/www/services_dhcp_relay.php
+++ b/usr/local/www/services_dhcp_relay.php
@@ -222,8 +222,8 @@ function enable_change(enable_over) {
<td width="22%" valign="top" class="vtable">&nbsp;</td>
<td width="78%" class="vtable">
<input name="agentoption" type="checkbox" value="yes" <?php if ($pconfig['agentoption']) echo "checked"; ?>>
- <strong><?=(gettext("Append circuit ID and agent ID to requests"); ?></strong><br>
- <?php printf("If this is checked, the DHCP relay will append the circuit ID (%s interface number) and the agent ID to the DHCP request.", $g['product_name']); ?></td>
+ <strong><?=gettext("Append circuit ID and agent ID to requests"); ?></strong><br>
+ <?php printf(gettext("If this is checked, the DHCP relay will append the circuit ID (%s interface number) and the agent ID to the DHCP request."), $g['product_name']); ?></td>
</tr>
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Destination server");?></td>
OpenPOWER on IntegriCloud