summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_interfaces.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2017-01-19 22:13:29 -0800
committerNOYB <Al_Stu@Frontier.com>2017-01-19 22:13:29 -0800
commitd0718a0f9031f9dc7c6eff3e47e472178c900ece (patch)
tree48e33647436d3ed991f27810726cd0477b75b603 /src/usr/local/www/status_interfaces.php
parentfcf164d623f672f2f37a2da7b4b02fbcedbcfe23 (diff)
downloadpfsense-d0718a0f9031f9dc7c6eff3e47e472178c900ece.zip
pfsense-d0718a0f9031f9dc7c6eff3e47e472178c900ece.tar.gz
Internationalization (getttext)
Please also backport to 2.3
Diffstat (limited to 'src/usr/local/www/status_interfaces.php')
-rw-r--r--src/usr/local/www/status_interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/status_interfaces.php b/src/usr/local/www/status_interfaces.php
index dcea4da..fe15d06 100644
--- a/src/usr/local/www/status_interfaces.php
+++ b/src/usr/local/www/status_interfaces.php
@@ -101,7 +101,7 @@ foreach ($ifdescrs as $ifdescr => $ifname):
$mac_man = load_mac_manufacturer_table();
$chkbox_relinquish_lease = '&nbsp;&nbsp;&nbsp;' .
- '<input type="checkbox" name="relinquish_lease" value="true" title="Send a gratuitous DHCP release packet to the server." /> ' . gettext("Relinquish Lease") .
+ '<input type="checkbox" name="relinquish_lease" value="true" title="' . gettext("Send a gratuitous DHCP release packet to the server.") . '" /> ' . gettext("Relinquish Lease") .
'<input type="hidden" name="if" value='.$ifinfo['if'].' />';
$chkbox_relinquish_lease_v4 = $chkbox_relinquish_lease . '<input type="hidden" name="ipv" value=4 />';
$chkbox_relinquish_lease_v6 = $chkbox_relinquish_lease . '<input type="hidden" name="ipv" value=6 />';
OpenPOWER on IntegriCloud