mirror of https://github.com/OpenVPN/openvpn-gui
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 <selva.nair@gmail.com>pull/428/head
parent
1c0c159d21
commit
438ea865c8
|
@ -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 <info@openvpn.net>\n\
|
||||
https://openvpn.net/", ID_LTEXT_ABOUT4, 8, 106, 240, 64
|
||||
|
|
Loading…
Reference in New Issue