Update es.rs

"Pair denied" is "Par denegado", not "Par negado"
This commit is contained in:
Miguel F. G
2022-11-02 11:20:06 +01:00
committed by GitHub
Unverified
parent 411ce169f0
commit 478635f093

View File

@@ -288,7 +288,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Succeeded", "Logrado"),
("Someone turns on privacy mode, exit", "Alguien active el modo privacidad, salga"),
("Unsupported", "No soportado"),
("Peer denied", "Par negado"),
("Peer denied", "Par denegado"),
("Please install plugins", "Instale complementos"),
("Peer exit", "Par salio"),
("Failed to turn off", "Error al apagar"),