summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_client.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-25 08:53:56 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-25 08:53:56 -0400
commitb6beeb341767ad657f1d9a08dc470994e517fbf1 (patch)
treebccc8dce6255f86b588bbed8c9c07429d2e686e9 /src/usr/local/www/vpn_openvpn_client.php
parent641b5618a764f5b6d56ab72eb7095666d37826b9 (diff)
parentbe4cebbf13b28cbcce289e96fb22f0355c945be8 (diff)
downloadpfsense-b6beeb341767ad657f1d9a08dc470994e517fbf1.zip
pfsense-b6beeb341767ad657f1d9a08dc470994e517fbf1.tar.gz
Merge pull request #2900 from NOYB/VPN_Menu_-_Punctuation
Diffstat (limited to 'src/usr/local/www/vpn_openvpn_client.php')
-rw-r--r--src/usr/local/www/vpn_openvpn_client.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php
index 5a25af0..94643b4 100644
--- a/src/usr/local/www/vpn_openvpn_client.php
+++ b/src/usr/local/www/vpn_openvpn_client.php
@@ -462,7 +462,7 @@ if ($act=="new" || $act=="edit"):
'Disabled',
'Disable this client',
$pconfig['disable']
- ))->setHelp('Set this option to disable this client without removing it from the list');
+ ))->setHelp('Set this option to disable this client without removing it from the list.');
$section->addInput(new Form_Select(
'mode',
@@ -765,7 +765,7 @@ if ($act=="new" || $act=="edit"):
'Don\'t add/remove routes',
'Don\'t add or remove routes automatically',
$pconfig['route_no_exec']
- ))->setHelp('Pass routes to --route-upscript using environmental variables');
+ ))->setHelp('Pass routes to --route-upscript using environmental variables.');
$form->add($section);
@@ -776,17 +776,17 @@ if ($act=="new" || $act=="edit"):
'custom_options',
'Custom options',
$pconfig['custom_options']
- ))->setHelp('Enter any additional options to add to the OpenVPN client configuration here, separated by semicolon');
+ ))->setHelp('Enter any additional options to add to the OpenVPN client configuration here, separated by semicolon.');
$section->addInput(new Form_Select(
'verbosity_level',
'Verbosity level',
$pconfig['verbosity_level'],
$openvpn_verbosity_level
- ))->setHelp('Each level shows all info from the previous levels. Level 3 is recommended for a good summary of what\'s happening without being swamped by output' . '<br /><br />' .
+ ))->setHelp('Each level shows all info from the previous levels. Level 3 is recommended for a good summary of what\'s happening without being swamped by output.' . '<br /><br />' .
'None: Only fatal errors' . '<br />' .
'Default through 4: Normal usage range' . '<br />' .
- '5: Output R and W characters to the console for each packet read and write, uppercase is used for TCP/UDP packets and lowercase is used for TUN/TAP packets' .'<br />' .
+ '5: Output R and W characters to the console for each packet read and write. Uppercase is used for TCP/UDP packets and lowercase is used for TUN/TAP packets.' .'<br />' .
'6-11: Debug info range');
$section->addInput(new Form_Input(
OpenPOWER on IntegriCloud