mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-02-17 22:11:30 +08:00
Fix typo in Spanish translation for downloading message (#13289)
This commit is contained in:
@@ -679,7 +679,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Save as", "Guardar como"),
|
||||
("Copy to clipboard", "Copiar al portapapeles"),
|
||||
("Enable remote printer", "Habilitar impresora remota"),
|
||||
("Downloading {}", "Descarngando {}"),
|
||||
("Downloading {}", "Descargando {}"),
|
||||
("{} Update", "{} Actualizar"),
|
||||
("{}-to-update-tip", "{} Se cerrará ahora e instalará la nueva versión."),
|
||||
("download-new-version-failed-tip", "Descarga fallida. Puedes volver a intentarlo o hacer clic en el botón \"Download\" para descargar desde la página de lanzamientos y actualizar manualmente."),
|
||||
|
||||
Reference in New Issue
Block a user