summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_wlan.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-05-08 00:36:46 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-05-08 00:36:46 +0000
commit522e44e9cd171e3422371b791ea40f6fe3908049 (patch)
tree273ea3fe45e1ee41a339b3bc33acf7d95102474d /usr/local/www/interfaces_wlan.inc
parent23968f40c85c6052fcdb4b43d63aff2ce625960c (diff)
downloadpfsense-522e44e9cd171e3422371b791ea40f6fe3908049.zip
pfsense-522e44e9cd171e3422371b791ea40f6fe3908049.tar.gz
Remove gettext() call, we don't have this in RELENG_1.
Diffstat (limited to 'usr/local/www/interfaces_wlan.inc')
-rwxr-xr-xusr/local/www/interfaces_wlan.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_wlan.inc b/usr/local/www/interfaces_wlan.inc
index 4d06dd4..bddbc69 100755
--- a/usr/local/www/interfaces_wlan.inc
+++ b/usr/local/www/interfaces_wlan.inc
@@ -344,7 +344,7 @@ function wireless_config_print() {
<tr>
<td valign="top" class="vncellreq">Channel</td>
<td class="vtable"><select name="channel" class="formfld" id="channel">
- <option <? if ($pconfig['channel'] == 0) echo "selected";?> value="0"><?=gettext("Auto");?></option>
+ <option <? if ($pconfig['channel'] == 0) echo "selected"; ?> value="0">Auto</option>
<?php
foreach($wl_modes as $wl_standard => $wl_channels) {
if($wl_standard == "11g") { $wl_standard = "11b/g"; }
OpenPOWER on IntegriCloud