diff options
author | Chris Buechler <cmb@pfsense.org> | 2015-03-12 21:01:42 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2015-03-12 21:02:19 -0500 |
commit | a819eab22247e04f22dfd586a60d10537efb5b54 (patch) | |
tree | 1014643260ea39805cf7b52b6a8e5908b9777e83 /usr/local/www | |
parent | 6f5607f5556ae65810fa6ba3e9df5480ba8cc894 (diff) | |
download | pfsense-a819eab22247e04f22dfd586a60d10537efb5b54.zip pfsense-a819eab22247e04f22dfd586a60d10537efb5b54.tar.gz |
Fix up text, remove "only for Atheros" since the option is only shown if a compatible card exists.
Diffstat (limited to 'usr/local/www')
-rw-r--r-- | usr/local/www/interfaces.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index a37de63..adcdfc7 100644 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -3075,7 +3075,7 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"), <input name="distance" type="text" class="formfld unknown" id="distance" size="5" value="<?=htmlspecialchars($pconfig['distance']);?>" /> <br /> <?=gettext("Note: This field can be used to tune ACK/CTS timers to fit the distance between AP and Client"); ?><br /> - <?=gettext("(measured in Meters and works only for Atheros based cards !)"); ?> + <?=gettext("(measured in meters)"); ?> </td> </tr> <?php endif; ?> |