Commit 108b75b1 authored by Franco Fichtner's avatar Franco Fichtner

dhcp: improve a translation

(cherry picked from commit 1282156b)
parent 0eb2a292
...@@ -417,7 +417,7 @@ include("head.inc"); ...@@ -417,7 +417,7 @@ include("head.inc");
<td> <td>
<input name="arp_table_static_entry" id="arp_table_static_entry" type="checkbox" value="yes" <?=!empty($pconfig['arp_table_static_entry']) ? "checked=\"checked\"" : ""; ?> /> <input name="arp_table_static_entry" id="arp_table_static_entry" type="checkbox" value="yes" <?=!empty($pconfig['arp_table_static_entry']) ? "checked=\"checked\"" : ""; ?> />
<div class="hidden" for="help_for_arp_table_static_entry"> <div class="hidden" for="help_for_arp_table_static_entry">
<?=gettext("Create an ARP Table Static Entry for this MAC &amp; IP Address pair. ");?> <?=gettext('Create a static ARP table entry for this MAC and IP address pair.');?>
</div> </div>
</td> </td>
</tr> </tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment