summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_bridge_edit.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-08-12 13:26:12 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-08-12 13:26:27 -0300
commit8caea9a25057c33ce781de6f3aa7bd5ac8439e3a (patch)
tree282e07f951fbc2ee2afb02b1efc894a1cb0ebf16 /usr/local/www/interfaces_bridge_edit.php
parent18fd37b6d5ff3479d1c78c285928eecd7eb0a44a (diff)
downloadpfsense-8caea9a25057c33ce781de6f3aa7bd5ac8439e3a.zip
pfsense-8caea9a25057c33ce781de6f3aa7bd5ac8439e3a.tar.gz
gettext() fixes on interfaces_bridge_edit.php
Diffstat (limited to 'usr/local/www/interfaces_bridge_edit.php')
-rw-r--r--usr/local/www/interfaces_bridge_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_bridge_edit.php b/usr/local/www/interfaces_bridge_edit.php
index 8a9afb4..6408fc0 100644
--- a/usr/local/www/interfaces_bridge_edit.php
+++ b/usr/local/www/interfaces_bridge_edit.php
@@ -278,7 +278,7 @@ function show_source_port_range() {
</td>
</tr>
<tr style="display:none" id="sprtable1" name="sprtable1">
- <td valign="top" class="vncell" align="middle">RSTP/STP </td>
+ <td valign="top" class="vncell" align="middle"><?=gettext("RSTP/STP"); ?> </td>
<td class="vtable">
<input type="checkbox" name="enablestp" id="enablestp" <?php if ($pconfig['enablestp']) echo "checked";?>>
<span class="vexpl"><strong><?=gettext("Enable spanning tree options for this bridge."); ?> </strong></span>
OpenPOWER on IntegriCloud