diff options
author | jim-p <jim@pingle.org> | 2010-05-03 17:26:23 -0400 |
---|---|---|
committer | jim-p <jim@pingle.org> | 2010-05-03 17:26:23 -0400 |
commit | b6fe3414969eb2048758826208749b14c82eaf7c (patch) | |
tree | 97f52e95eda371369948868bbfb4aaed775b18a4 /usr | |
parent | a4973f08a0f8ed8298a2ebe94fe3966dae2dd011 (diff) | |
download | pfsense-b6fe3414969eb2048758826208749b14c82eaf7c.zip pfsense-b6fe3414969eb2048758826208749b14c82eaf7c.tar.gz |
Fix more inconsistent capitalization.
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/wizards/openvpn_wizard.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/local/www/wizards/openvpn_wizard.xml b/usr/local/www/wizards/openvpn_wizard.xml index 2032933..01d5d57 100644 --- a/usr/local/www/wizards/openvpn_wizard.xml +++ b/usr/local/www/wizards/openvpn_wizard.xml @@ -611,7 +611,7 @@ </field> <field> <name>localport</name> - <displayname>Local port</displayname> + <displayname>Local Port</displayname> <description>Local port upon which OpenVPN will listen for connections. The default port is 1194. Leave this blank unless you need to use a different port.</description> <type>input</type> <size>10</size> @@ -678,7 +678,7 @@ <field> <name>crypto</name> <type>select</type> - <displayname>Encryption algorithm</displayname> + <displayname>Encryption Algorithm</displayname> <bindstofield>ovpnserver->step10->crypto</bindstofield> <options> <option> @@ -693,7 +693,7 @@ <name>Tunnel Settings</name> </field> <field> - <displayname>Tunnel network</displayname> + <displayname>Tunnel Network</displayname> <name>tunnelnet</name> <type>input</type> <size>20</size> @@ -708,7 +708,7 @@ <bindstofield>ovpnserver->step10->rdrgw</bindstofield> </field> <field> - <displayname>Local network</displayname> + <displayname>Local Network</displayname> <name>localnet</name> <type>input</type> <size>20</size> @@ -716,7 +716,7 @@ <description>This is the network that will be accessible from the remote endpoint, expressed as a CIDR range. You may leave this blank if you don't want to add a route to the local network through this tunnel on the remote machine. This is generally set to your LAN network.</description> </field> <field> - <displayname>Remote network</displayname> + <displayname>Remote Network</displayname> <name>remotenet</name> <type>input</type> <size>20</size> @@ -746,7 +746,7 @@ <bindstofield>ovpnserver->step10->tos</bindstofield> </field> <field> - <displayname>Inter-client communication</displayname> + <displayname>Inter-Client Communication</displayname> <name>interclient</name> <type>checkbox</type> <description>Allow communication between clients connected to this server.</description> |