mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
gettext() fixes on interfaces_gif.php
This commit is contained in:
parent
8caea9a250
commit
8cc2d7a67c
@ -104,7 +104,7 @@ include("head.inc");
|
||||
<table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="20%" class="listhdrr"><?=gettext("Interface"); ?></td>
|
||||
<td width="20%" class="listhdrr"><?=gettext("Tunnel to"); ?>...</td>
|
||||
<td width="20%" class="listhdrr"><?=gettext("Tunnel to..."); ?></td>
|
||||
<td width="50%" class="listhdr"><?=gettext("Description"); ?></td>
|
||||
<td width="10%" class="list"></td>
|
||||
</tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user