Skip to content

Commit f557fc9

Browse files
authored
Italian language update (rustdesk#14626)
1 parent f02cd9c commit f557fc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lang/it.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
741741
("keep-awake-during-incoming-sessions-label", "Mantieni lo schermo attivo durante le sessioni in ingresso"),
742742
("Continue with {}", "Continua con {}"),
743743
("Display Name", "Visualizza nome"),
744-
("password-hidden-tip", ""),
745-
("preset-password-in-use-tip", ""),
744+
("password-hidden-tip", "È impostata una password permanente (nascosta)."),
745+
("preset-password-in-use-tip", "È attualmente in uso la password preimpostata."),
746746
].iter().cloned().collect();
747747
}

0 commit comments

Comments
 (0)