Skip to content

Commit

Permalink
Add clarity for error on missing management paramater. (#657)
Browse files Browse the repository at this point in the history
Configuration files located in config-auto require a management parameter to be declared.
  • Loading branch information
Samg381 authored Oct 10, 2023
1 parent 7de26e6 commit 59c449c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion res/openvpn-gui-res-en.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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?"
Expand Down

0 comments on commit 59c449c

Please sign in to comment.