summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_keys_edit.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/vpn_ipsec_keys_edit.php
parentf8b6431222602e206eac046fa68e24a8c35c1659 (diff)
downloadpfsense-2a2b247b75ad75d6f1646ae1202075281a4650ff.zip
pfsense-2a2b247b75ad75d6f1646ae1202075281a4650ff.tar.gz
Standardize hypenation and capitalization of Pre-Shared Key
Diffstat (limited to 'usr/local/www/vpn_ipsec_keys_edit.php')
-rw-r--r--usr/local/www/vpn_ipsec_keys_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/vpn_ipsec_keys_edit.php b/usr/local/www/vpn_ipsec_keys_edit.php
index c20e7b4..5a04c08 100644
--- a/usr/local/www/vpn_ipsec_keys_edit.php
+++ b/usr/local/www/vpn_ipsec_keys_edit.php
@@ -66,7 +66,7 @@ if ($_POST) {
/* input validation */
$reqdfields = explode(" ", "ident psk");
- $reqdfieldsn = array(gettext("Identifier"),gettext("Pre-shared key"));
+ $reqdfieldsn = array(gettext("Identifier"),gettext("Pre-Shared Key"));
do_input_validation($_POST, $reqdfields, $reqdfieldsn, &$input_errors);
@@ -111,7 +111,7 @@ if ($_POST) {
}
}
-$pgtitle = gettext("VPN: IPsec: Edit pre-shared key");
+$pgtitle = gettext("VPN: IPsec: Edit Pre-Shared Key");
$shortcut_section = "ipsec";
include("head.inc");
@@ -132,7 +132,7 @@ include("head.inc");
</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncellreq"><?=gettext("Pre-shared key"); ?></td>
+ <td width="22%" valign="top" class="vncellreq"><?=gettext("Pre-Shared Key"); ?></td>
<td width="78%" class="vtable">
<?=$mandfldhtml;?><input name="psk" type="text" class="formfld unknown" id="psk" size="40" value="<?=htmlspecialchars($pconfig['psk']);?>">
</td>
OpenPOWER on IntegriCloud