Skip to content

Commit 7da85d2

Browse files
authored
Update Italian language (rustdesk#8282)
1 parent 274244b commit 7da85d2

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
@@ -615,7 +615,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
615615
("android_new_voice_call_tip", "È stata ricevuta una nuova richiesta di chiamata vocale. Se accetti, l'audio passerà alla comunicazione vocale."),
616616
("texture_render_tip", "Usa il rendering texture per rendere le immagini più fluide. Se riscontri problemi di rendering prova a disabilitare questa opzione."),
617617
("Use texture rendering", "Usa rendering texture"),
618-
("Floating window", ""),
619-
("floating_window_tip", ""),
618+
("Floating window", "Finestra galleggiante"),
619+
("floating_window_tip", "Aiuta a mantenere il servizio di RustDesk in background"),
620620
].iter().cloned().collect();
621621
}

0 commit comments

Comments
 (0)