From 438ea865c8a51183d26723b748225b8cd6557365 Mon Sep 17 00:00:00 2001 From: Selva Nair Date: Sat, 22 May 2021 17:36:26 -0400 Subject: [PATCH] Remove repeated phrase and fix text truncation The About text is truncated in Spanish version when compiled with MSVC as LTEXT can't exceed 256 characters. Removing the repeated phrase fixes this for now. If future translations increase the length, please consider breaking the paragraph into two. Signed-off-by: Selva Nair --- res/openvpn-gui-res-es.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/openvpn-gui-res-es.rc b/res/openvpn-gui-res-es.rc index 3b2b63e..88efb2f 100644 --- a/res/openvpn-gui-res-es.rc +++ b/res/openvpn-gui-res-es.rc @@ -219,7 +219,7 @@ Copyright (C) 2012-2021 OpenVPN GUI contributors\n", ID_TXT_VERSION, 36, 15, 206 LTEXT "OpenVPN - Una aplicación para tunelizar de forma segura redes IP \ contra un puerto TCP/UDP, con soporte para autenticación de sesión basada \ en SSL/TLS e intercambio de claves, encriptación de paquetes, con \ -encriptación de paquetes y compresión de paquetes opcional.\n\ +compresión de paquetes opcional.\n\ \n", ID_LTEXT_ABOUT3, 8, 70, 240, 64 LTEXT "Copyright (C) 2002-2021 OpenVPN Technologies, Inc \n\ https://openvpn.net/", ID_LTEXT_ABOUT4, 8, 106, 240, 64