From aa746e665886d8f0fa6cdd0272f4452f1307db87 Mon Sep 17 00:00:00 2001 From: "Miguel F. G" <116861809+flusheDData@users.noreply.github.com> Date: Mon, 5 Dec 2022 13:58:46 +0100 Subject: [PATCH] Update es.rs New terms added --- src/lang/es.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/es.rs b/src/lang/es.rs index 39d031c9d..d8b00b9bf 100644 --- a/src/lang/es.rs +++ b/src/lang/es.rs @@ -397,7 +397,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Request access to your device", "Solicitud de acceso a su dispositivo"), ("Hide connection management window", "Ocultar ventana de gestión de conexión"), ("hide_cm_tip", "Permitir ocultar solo si se aceptan sesiones a través de contraseña y usando contraseña permanente"), - ("wayland_experiment_tip", ""), - ("Right click to select tabs", ""), + ("wayland_experiment_tip", "El soporte para Wayland está en fase experimental, por favor, use X11 si necesita acceso desatendido."), + ("Right click to select tabs", "Clic derecho para seleccionar pestañas"), ].iter().cloned().collect(); }