diff options
author | Carlos Eduardo Ramos <carlos.ramos@bluepex.com> | 2010-08-12 13:26:12 -0300 |
---|---|---|
committer | Carlos Eduardo Ramos <carlos.ramos@bluepex.com> | 2010-08-12 13:26:27 -0300 |
commit | 8caea9a25057c33ce781de6f3aa7bd5ac8439e3a (patch) | |
tree | 282e07f951fbc2ee2afb02b1efc894a1cb0ebf16 /usr/local | |
parent | 18fd37b6d5ff3479d1c78c285928eecd7eb0a44a (diff) | |
download | pfsense-8caea9a25057c33ce781de6f3aa7bd5ac8439e3a.zip pfsense-8caea9a25057c33ce781de6f3aa7bd5ac8439e3a.tar.gz |
gettext() fixes on interfaces_bridge_edit.php
Diffstat (limited to 'usr/local')
-rw-r--r-- | usr/local/www/interfaces_bridge_edit.php | 2 |
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> |