From 85d564f0fd278d27f1a2ff89214bf297676bfd0c Mon Sep 17 00:00:00 2001 From: jim-p Date: Mon, 22 May 2017 13:11:10 -0400 Subject: Fix help text for route_no_exec. Issue #7575 --- src/usr/local/www/vpn_openvpn_client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php index f0c612c..9e16805 100644 --- a/src/usr/local/www/vpn_openvpn_client.php +++ b/src/usr/local/www/vpn_openvpn_client.php @@ -877,7 +877,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('Do not execute operating system commands to install routes. Instead, pass routes to --route-up script using environmental variables.'); $form->add($section); -- cgit v1.1