From 688f41878f0c2d1f0d49760e0e99a7ee7a5b6981 Mon Sep 17 00:00:00 2001 From: Selva Nair Date: Sun, 11 Jun 2017 16:03:49 -0400 Subject: [PATCH] More helpful message if already running Why: The current message assumes the balloon to appear attached to the icon which is not the case in Windows 10. Based on feedback from larson0815 and Deantwo here: https://github.com/selvanair/openvpn-gui/issues/5 Signed-off-by: Selva Nair --- res/openvpn-gui-res-en.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/openvpn-gui-res-en.rc b/res/openvpn-gui-res-en.rc index 9becd22..c242f5a 100644 --- a/res/openvpn-gui-res-en.rc +++ b/res/openvpn-gui-res-en.rc @@ -462,6 +462,6 @@ BEGIN IDS_ERR_INVALID_PASSWORD_INPUT "Invalid character in password" IDS_ERR_INVALID_USERNAME_INPUT "Invalid character in username" IDS_NFO_AUTO_CONNECT "Connecting automatically in %u seconds..." - IDS_NFO_CLICK_HERE_TO_START "Right click here to start" + IDS_NFO_CLICK_HERE_TO_START "OpenVPN GUI is already running. Right click on the tray icon to start." END