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
committerRenato Botelho <renato@netgate.com>2017-01-20 16:57:54 -0200
commitd22617f313da52a9fc14d6f4bfb72784b4fe6004 (patch)
treee75ebd84a51542514c8587e7922d0d75d70f480d /src/usr/local/www/status_interfaces.php
parentb1894db187b499fe5142b2002cb50e5dd7902e54 (diff)
downloadpfsense-d22617f313da52a9fc14d6f4bfb72784b4fe6004.zip
pfsense-d22617f313da52a9fc14d6f4bfb72784b4fe6004.tar.gz
Internationalization (getttext)
Please also backport to 2.3 (cherry picked from commit d0718a0f9031f9dc7c6eff3e47e472178c900ece)
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 d08add9..8843b11 100644
--- a/src/usr/local/www/status_interfaces.php
+++ b/src/usr/local/www/status_interfaces.php
@@ -133,7 +133,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