summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-10-26 16:03:44 -0400
committerjim-p <jimp@pfsense.org>2012-10-26 16:10:58 -0400
commit2a2b247b75ad75d6f1646ae1202075281a4650ff (patch)
tree743c26a4a719bf90ee2b0c4872435584ab664b21 /usr/local/www/interfaces.php
parentf8b6431222602e206eac046fa68e24a8c35c1659 (diff)
downloadpfsense-2a2b247b75ad75d6f1646ae1202075281a4650ff.zip
pfsense-2a2b247b75ad75d6f1646ae1202075281a4650ff.tar.gz
Standardize hypenation and capitalization of Pre-Shared Key
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index f2bb238..037ed06 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -2457,7 +2457,7 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>&nbsp;</td>
- <td>&nbsp;<?=gettext("WPA Pre Shared Key"); ?>&nbsp;</td>
+ <td>&nbsp;<?=gettext("WPA Pre-Shared Key"); ?>&nbsp;</td>
</tr>
<tr>
<td><?=gettext("PSK:"); ?>&nbsp;&nbsp;</td>
@@ -2483,7 +2483,7 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
<td valign="top" class="vncell"><?=gettext("WPA Key Management Mode"); ?></td>
<td class="vtable">
<select name="wpa_key_mgmt" class="formselect" id="wpa_key_mgmt">
- <option <?php if ($pconfig['wpa_key_mgmt'] == 'WPA-PSK') echo "selected";?> value="WPA-PSK"><?=gettext("Pre Shared Key"); ?></option>
+ <option <?php if ($pconfig['wpa_key_mgmt'] == 'WPA-PSK') echo "selected";?> value="WPA-PSK"><?=gettext("Pre-Shared Key"); ?></option>
<option <?php if ($pconfig['wpa_key_mgmt'] == 'WPA-EAP') echo "selected";?> value="WPA-EAP"><?=gettext("Extensible Authentication Protocol"); ?></option>
<option <?php if ($pconfig['wpa_key_mgmt'] == 'WPA-PSK WPA-EAP') echo "selected";?> value="WPA-PSK WPA-EAP"><?=gettext("Both"); ?></option>
</select>
OpenPOWER on IntegriCloud