diff options
author | Erik Fonnesbeck <efonnes@gmail.com> | 2010-07-28 14:35:22 -0600 |
---|---|---|
committer | Erik Fonnesbeck <efonnes@gmail.com> | 2010-07-28 15:23:26 -0600 |
commit | e4603932bc3fd4b716e2034e79fcd003a52efce2 (patch) | |
tree | 69f6ab02ad421aeba4641001254b72af3fc02721 /usr | |
parent | 062023a5d38b6b0fef4d48496137dd377157d2ec (diff) | |
download | pfsense-e4603932bc3fd4b716e2034e79fcd003a52efce2.zip pfsense-e4603932bc3fd4b716e2034e79fcd003a52efce2.tar.gz |
Change wireless configuration heading to be more specific.
Diffstat (limited to 'usr')
-rwxr-xr-x | 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 7d3a548..ca8a000 100755 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -1615,7 +1615,7 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "ppp" = <td colspan="2" valign="top" height="16"></td> </tr> <tr> - <td colspan="2" valign="top" class="listtopic">Wireless configuration</td> + <td colspan="2" valign="top" class="listtopic">Network-specific wireless configuration</td> </tr> <tr> <td valign="top" class="vncellreq">Mode</td> |