From be4cebbf13b28cbcce289e96fb22f0355c945be8 Mon Sep 17 00:00:00 2001 From: NOYB Date: Fri, 22 Apr 2016 00:32:05 -0700 Subject: VPN Menu - Punctuation Clean up some VPN menu punctuation. --- src/usr/local/www/vpn_openvpn_client.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/usr/local/www/vpn_openvpn_client.php') diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php index 9e90762..485827b 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' . '

' . + ))->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.' . '

' . 'None: Only fatal errors' . '
' . 'Default through 4: Normal usage range' . '
' . - '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' .'
' . + '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.' .'
' . '6-11: Debug info range'); $section->addInput(new Form_Input( -- cgit v1.1