From 2a2b247b75ad75d6f1646ae1202075281a4650ff Mon Sep 17 00:00:00 2001 From: jim-p Date: Fri, 26 Oct 2012 16:03:44 -0400 Subject: Standardize hypenation and capitalization of Pre-Shared Key --- usr/local/pkg/sasyncd.xml | 2 +- usr/local/www/interfaces.php | 4 ++-- usr/local/www/vpn_ipsec.php | 2 +- usr/local/www/vpn_ipsec_keys.php | 6 +++--- usr/local/www/vpn_ipsec_keys_edit.php | 6 +++--- usr/local/www/vpn_ipsec_mobile.php | 2 +- usr/local/www/vpn_ipsec_phase1.php | 4 ++-- usr/local/www/vpn_ipsec_phase2.php | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/usr/local/pkg/sasyncd.xml b/usr/local/pkg/sasyncd.xml index be2b97d..a001f9b 100644 --- a/usr/local/pkg/sasyncd.xml +++ b/usr/local/pkg/sasyncd.xml @@ -34,7 +34,7 @@ vpn_ipsec_mobile.php - Pre-shared keys + Pre-Shared Keys vpn_ipsec_keys.php 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"), - + @@ -2483,7 +2483,7 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"), diff --git a/usr/local/www/vpn_ipsec_keys.php b/usr/local/www/vpn_ipsec_keys.php index a52d14c..bf2582c 100644 --- a/usr/local/www/vpn_ipsec_keys.php +++ b/usr/local/www/vpn_ipsec_keys.php @@ -91,7 +91,7 @@ if (is_subsystem_dirty('ipsec')) $tab_array = array(); $tab_array[0] = array(gettext("Tunnels"), false, "vpn_ipsec.php"); $tab_array[1] = array(gettext("Mobile clients"), false, "vpn_ipsec_mobile.php"); - $tab_array[2] = array(gettext("Pre-shared keys"), true, "vpn_ipsec_keys.php"); + $tab_array[2] = array(gettext("Pre-Shared Keys"), true, "vpn_ipsec_keys.php"); display_top_tabs($tab_array); ?> @@ -101,7 +101,7 @@ if (is_subsystem_dirty('ipsec'))
     
   diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php index 594740b..55b601c 100755 --- a/usr/local/www/vpn_ipsec.php +++ b/usr/local/www/vpn_ipsec.php @@ -139,7 +139,7 @@ include("head.inc"); $tab_array = array(); $tab_array[0] = array(gettext("Tunnels"), true, "vpn_ipsec.php"); $tab_array[1] = array(gettext("Mobile clients"), false, "vpn_ipsec_mobile.php"); - $tab_array[2] = array(gettext("Pre-shared keys"), false, "vpn_ipsec_keys.php"); + $tab_array[2] = array(gettext("Pre-Shared Keys"), false, "vpn_ipsec_keys.php"); display_top_tabs($tab_array); ?>
- +
@@ -133,7 +133,7 @@ if (is_subsystem_dirty('ipsec')) +  ')">" width="17" height="17" border="0"> 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"); - + diff --git a/usr/local/www/vpn_ipsec_mobile.php b/usr/local/www/vpn_ipsec_mobile.php index 1da67e1..539b483 100755 --- a/usr/local/www/vpn_ipsec_mobile.php +++ b/usr/local/www/vpn_ipsec_mobile.php @@ -343,7 +343,7 @@ function login_banner_change() { $tab_array = array(); $tab_array[0] = array(gettext("Tunnels"), false, "vpn_ipsec.php"); $tab_array[1] = array(gettext("Mobile clients"), true, "vpn_ipsec_mobile.php"); - $tab_array[2] = array(gettext("Pre-shared keys"), false, "vpn_ipsec_keys.php"); + $tab_array[2] = array(gettext("Pre-Shared Key"), false, "vpn_ipsec_keys.php"); display_top_tabs($tab_array); ?> diff --git a/usr/local/www/vpn_ipsec_phase1.php b/usr/local/www/vpn_ipsec_phase1.php index efdbcfc..00a63fa 100644 --- a/usr/local/www/vpn_ipsec_phase1.php +++ b/usr/local/www/vpn_ipsec_phase1.php @@ -495,7 +495,7 @@ function dpdchkbox_change() { $tab_array = array(); $tab_array[0] = array(gettext("Tunnels"), true, "vpn_ipsec.php"); $tab_array[1] = array(gettext("Mobile clients"), false, "vpn_ipsec_mobile.php"); - $tab_array[2] = array(gettext("Pre-shared keys"), false, "vpn_ipsec_keys.php"); + $tab_array[2] = array(gettext("Pre-Shared Keys"), false, "vpn_ipsec_keys.php"); display_top_tabs($tab_array); ?> @@ -677,7 +677,7 @@ function dpdchkbox_change() {
- . + .
diff --git a/usr/local/www/vpn_ipsec_phase2.php b/usr/local/www/vpn_ipsec_phase2.php index c6ced6e..746cb53 100644 --- a/usr/local/www/vpn_ipsec_phase2.php +++ b/usr/local/www/vpn_ipsec_phase2.php @@ -472,7 +472,7 @@ function change_protocol() { $tab_array = array(); $tab_array[0] = array(gettext("Tunnels"), true, "vpn_ipsec.php"); $tab_array[1] = array(gettext("Mobile clients"), false, "vpn_ipsec_mobile.php"); - $tab_array[2] = array(gettext("Pre-shared keys"), false, "vpn_ipsec_keys.php"); + $tab_array[2] = array(gettext("Pre-Shared Keys"), false, "vpn_ipsec_keys.php"); display_top_tabs($tab_array); ?> -- cgit v1.1
" width="17" height="17" border="0"> -  ')">" width="17" height="17" border="0">