From 59c449cf9957405d68cde14b2969cee72edbb779 Mon Sep 17 00:00:00 2001 From: Sam Gregg Date: Mon, 9 Oct 2023 21:35:07 -0400 Subject: [PATCH] Add clarity for error on missing management paramater. (#657) Configuration files located in config-auto require a management parameter to be declared. --- res/openvpn-gui-res-en.rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/openvpn-gui-res-en.rc b/res/openvpn-gui-res-en.rc index c0bc3c06..515ab780 100644 --- a/res/openvpn-gui-res-en.rc +++ b/res/openvpn-gui-res-en.rc @@ -425,7 +425,8 @@ View log file (%ls) for more details." IDS_NFO_SERVICE_STOPPED "OpenVPN Service stopped." IDS_NFO_ACTIVE_CONN_EXIT "There are still active connections that will be closed if you exit OpenVPN GUI.\ \n\nAre you sure you want to exit?" - IDS_ERR_PARSE_MGMT_OPTION "Could not parse --management option in <%ls%ls>." + IDS_ERR_PARSE_MGMT_OPTION "Could not parse --management option in <%ls%ls>. \ +Attaching to auto-started connections require --management option in the config file." IDS_NFO_SERVICE_ACTIVE_EXIT "You are currently connected (the OpenVPN Service is running). \ You will stay connected even if you exit OpenVPN GUI.\n\n\ Do you want to proceed and exit OpenVPN GUI?"