From a3637cf2b69cad5cff3a0e9748d796f298f89fb7 Mon Sep 17 00:00:00 2001 From: flusheDData <116861809+flusheDData@users.noreply.github.com> Date: Tue, 7 Oct 2025 17:31:08 +0200 Subject: [PATCH] Update es.rs (#13104) 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 30613d7cf..947b1b462 100644 --- a/src/lang/es.rs +++ b/src/lang/es.rs @@ -708,7 +708,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Failed to check if the user is an administrator.", "No se ha podido comprobar si el usuario es un administrador."), ("Supported only in the installed version.", "Soportado solo en la versión instalada."), ("elevation_username_tip", "Introduzca el nombre de usuario o dominio\\NombreDeUsuario"), - ("Preparing for installation ...", ""), - ("Show my cursor", ""), + ("Preparing for installation ...", "Preparando la instalación ..."), + ("Show my cursor", "Mostrar mi cursor"), ].iter().cloned().collect(); }